Skip to content

Commit

Permalink
Update README for OIDC callback URI
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Vanier committed Sep 8, 2023
1 parent 366ed57 commit a59c613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ auth:
- enfore_auth: (optional) if set to *True* then Monocle requires a valid JWT to access any API endpoints and the
WEB Application requires the user to login to navigate. (Default: *False*)

The redirect URI to configure on the OIDC provider is: `<MONOCLE_PUBLIC_URL>/auth/cb`.
The redirect URI to configure on the OIDC provider is: `<MONOCLE_PUBLIC_URL>/api/2/auth/cb`.

Furthermore, two additional settings ([environment variables](#environment-variables)) are required to enable the Authentication provider:

Expand Down

0 comments on commit a59c613

Please sign in to comment.