Skip to content

Commit 7c2ac6e

Browse files
authored
Merge pull request #97 from I3urny/oidc-redirect-uri-typo
Fix OIDC redirect URI
2 parents a1ed657 + 1513766 commit 7c2ac6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/operations/access_control/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ OIDC_MAPPING_USERNAME = {optional , fallback='preferred_username'}
173173
OIDC_MAPPING_EMAIL = {optional , fallback='email'}
174174
```
175175

176-
On the OIDC provider, the URI to set is `/oidc_authorize`.
176+
On the OIDC provider, the URI to set is `/oidc-authorize`.
177177

178178
## Advanced
179179

0 commit comments

Comments
 (0)