Skip to content

Commit

Permalink
revert snap changes
Browse files Browse the repository at this point in the history
  • Loading branch information
msambol committed Jan 29, 2024
1 parent 571b0a2 commit 024f623
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 79 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
"poolclient2623294C": {
"Type": "AWS::Cognito::UserPoolClient",
"Properties": {
"UserPoolId": {
"Ref": "pool056F3F7E"
},
"AllowedOAuthFlows": [
"implicit",
"code"
Expand All @@ -54,10 +57,7 @@
"Ref": "cdk52888317"
},
"COGNITO"
],
"UserPoolId": {
"Ref": "pool056F3F7E"
}
]
}
},
"pooldomain430FA744": {
Expand All @@ -72,6 +72,11 @@
"cdk52888317": {
"Type": "AWS::Cognito::UserPoolIdentityProvider",
"Properties": {
"ProviderName": "cdk",
"ProviderType": "OIDC",
"UserPoolId": {
"Ref": "pool056F3F7E"
},
"AttributeMapping": {
"phone_number": "phone_number"
},
Expand All @@ -85,11 +90,6 @@
"token_url": "https://www.issuer-url.com/token",
"attributes_url": "https://www.issuer-url.com/userinfo",
"jwks_uri": "https://www.issuer-url.com/jwks"
},
"ProviderName": "cdk",
"ProviderType": "OIDC",
"UserPoolId": {
"Ref": "pool056F3F7E"
}
}
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 024f623

Please sign in to comment.