Skip to content

Commit

Permalink
Merge pull request #20 from eliottness/patch-1
Browse files Browse the repository at this point in the history
[SSO] fix OIDC redirect_url
  • Loading branch information
Frooodle authored May 29, 2024
2 parents ac0d687 + 3a08568 commit 66b76dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ These are
- ``oauth2.clientSecret`` Client Secret from your provider
- ``oauth2.autoCreateUser`` Set this to 'true' to allow auto-creation of non-existing users

The Callback URL (Redirect URL) for entering in your IdP is: ``https://<striling-pdf.yourdomain>/oauth2/authorization/oidc``
The Callback URL (Redirect URL) for entering in your IdP is: ``https://<striling-pdf.yourdomain>/login/oauth2/code/oidc``

It is highly recommended to use a SSL-enabled reverse-proxy, if the application is going to be exposed to the internet.

Expand Down

0 comments on commit 66b76dd

Please sign in to comment.