-
-
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
Integration error using OpenID and AWS Cognito #3897
Comments
Tracing the error through, I get the impression that query parameters are maybe not being handled here.
|
Hi - thanks for the quick response. The callback URL does not have a I'm using Apache web server. which config are you looking for? The apache2.conf or the site conf? |
@tedivo That's okay, don't need the server config now based on the URL. So AWS cognito is returning an "invalid scope" error. |
That was it - perfect! Thank you. Can you please update the documentation with the scopes that are used by default? |
@ssddanbrown - Sorry, one further issue downstream. The login screen from Cognito is now being displayed but once I authenticate, the callback URL is displaying JSON on screen instead of taking me back into the BookStackApp. Callback URL JSON displayed |
@tedivo Do you currently have the |
Yes - I did :-( I'm sorry. Set to false and it works perfectly now! |
Attempted Debugging
Searched GitHub Issues
Describe the Scenario
I'm trying to integrate BookStackApp with AWS Cognito using OpenID.
Everything has been configured as per the documentation available and the YouTube video, however when I click Login with OIDC, it presents an Unknown Error occurred. See logs showing
Enabling debug logs show this...
Exact BookStack Version
22.11
Log Content
PHP Version
7.4.3
Hosting Environment
Ubuntu 20.04.5 LTS installed manually with git clone
The text was updated successfully, but these errors were encountered: