Skip to content

Commit 90cbdde

Browse files
committed
RD
1 parent d7ebc58 commit 90cbdde

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

authentication/Cognito/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,8 @@ In the **Container software library** tile, verify your entitlement on the **Vie
437437
If everything is well configured, the Cognito End-Points must be accessible at :
438438
https://cognito-idp.COGNITO_REGION.amazonaws.com/COGNITO_USER_POOL_ID/.well-known/openid-configuration <!-- markdown-link-check-disable-line -->
439439
440+
This URL can also be retrieved with the **Token signing key URL** displayed at the user pool overview replacing **jwk.json** by **openid-configuration**
441+
440442
Where:
441443
- *COGNITO_REGION* is the region where the COGNITO User Pool is deployed
442444
- *COGNITO_USER_POOL_ID* is the COGNITO User Pool ID retrieved at Amazon Cognito > User pools > odmuserpool > Overview > User pool ID

authentication/Cognito/templates/OdmOidcProvidersRD.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"name": "cognito-for-rd",
55
"authorizationURL": "https://COGNITO_DOMAIN_NAME.auth.COGNITO_REGION.amazoncognito.com/oauth2/authorize",
66
"tokenURL": "https://COGNITO_DOMAIN_NAME.auth.COGNITO_REGION.amazoncognito.com/oauth2/token",
7-
"logoutURL": "https://COGNITO_DOMAIN_NAME.auth.COGNITO_REGION.amazoncognito.com/oauth2/logout",
87
"clientId": "COGNITO_APP_CLIENT_ID",
98
"clientSecret": "COGNITO_APP_CLIENT_SECRET",
109
"callbackPort": "9081",

0 commit comments

Comments
 (0)