We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c9d088 commit e435f35Copy full SHA for e435f35
configuration/authentication/oauth2.md
@@ -25,7 +25,7 @@ auth:
25
authorization-grant-type: authorization_code
26
issuer-uri: https://cognito-idp.eu-central-1.amazonaws.com/eu-central-1_xxx
27
jwk-set-uri: https://cognito-idp.eu-central-1.amazonaws.com/eu-central-1_xxx/.well-known/jwks.json
28
- user-name-attribute: username
+ user-name-attribute: cognito:username
29
custom-params:
30
type: cognito
31
logoutUrl: https://<XXX>>.eu-central-1.amazoncognito.com/logout
@@ -111,4 +111,5 @@ auth:
111
token-uri: http(s)://HOSTNAME/login/oauth/access_token
112
user-info-uri: http(s)://HOSTNAME/api/v3/user
113
```
114
+
115
Replace `HOSTNAME` by your self-hosted platform FQDN.
0 commit comments