-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to integrate apple in keycloak #18
Comments
I met the same issue as this issue described. |
I thought you might copy the return char into the secret |
You are missing the step 2 from the readme file |
step 2 means
Do you mean installing the JAR |
No I mean this e.g., if your private key is: -----BEGIN PRIVATE KEY----- Rp6vMlHPYTHnyucsPvFk8gTzdYtTueMbmVznAtkUKhD9HPcI3bLKDrr0b2mNJLfStsyvhbpyMUIpaffKQcY7IUuM20ecYBjiy I had a similar issue and it fixed after I properly formatted the client secret. |
Failed to make identity provider oauth callback: java.lang.IllegalArgumentException: Illegal base64 character 2e
at java.base/java.util.Base64$Decoder.decode0(Base64.java:743)
at java.base/java.util.Base64$Decoder.decode(Base64.java:535)
at java.base/java.util.Base64$Decoder.decode(Base64.java:558)
The text was updated successfully, but these errors were encountered: