-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
I would like to inquire about setting up the oidc scope. #5127
Comments
Hi @dalso0418,
If Kakao does not support things that are part of the OIDC standard, then we would not support use with Kakao via OIDC. The If you have development skills (specifically using PHP), you may be able to use the logical theme system to create a custom socialite/oauth service for Kakao, which would act as a secondary auth option for BookStack. |
In the case of callback, it is coming as below. (redirect url https://bookstack.example.com/oidc/callback) Does that mean it has nothing to do with changing the scope? |
It could do, but I don't understand how Kakao works so I can't be sure. OIDC_CLIENT_SECRET="def456#340554" |
Since there's been no further follow up on this I'll go ahead and close this off. |
Attempted Debugging
Searched GitHub Issues
Describe the Scenario
Hello.
I am a Korean user.
I'm trying to configure Oidc authentication using Kakao Oidc, a Korean platform
Basically, Kakao does not provide for "oidc", "email", and "name", which are the oidc scopes required by bookstack.
Kakao provided only profile_nickname, account_email to set the scope in /app/www/app/Access/Oidc/OidcOAuthProvider.php, but the error is displayed in the last step.
Is there a solution related to this?
*Please understand if this content is translated through a translator and there is mistranslation.
Thank you.
Exact BookStack Version
v24.05.3
Log Content
Details
Hosting Environment
linux.server docker-compose
The text was updated successfully, but these errors were encountered: