@@ -1121,20 +1121,20 @@ Resources:
1121
1121
SupportedIdentityProviders : [ "COGNITO" ] # should (eventually) allow people to add values
1122
1122
CallbackURL : !If [ DevelopmentMode,
1123
1123
[
1124
- ' http://localhost:3000/login' ,
1125
- !Join [ '', [ 'https://', !GetAtt DevPortalSiteS3Bucket.RegionalDomainName ]]
1124
+ ' http://localhost:3000/index.html?action= login' ,
1125
+ !Join [ '', [ 'https://', !GetAtt DevPortalSiteS3Bucket.RegionalDomainName, '/index.html?action=login' ]]
1126
1126
],
1127
1127
[
1128
- !Join [ '', [ 'https://', !If [ UseCustomDomainName, !Ref CustomDomainName, !GetAtt DefaultCloudfrontDistribution.DomainName ], '/login' ]]
1128
+ !Join [ '', [ 'https://', !If [ UseCustomDomainName, !Ref CustomDomainName, !GetAtt DefaultCloudfrontDistribution.DomainName ], '/index.html?action= login' ]]
1129
1129
]
1130
1130
]
1131
1131
LogoutURL : !If [ DevelopmentMode,
1132
1132
[
1133
- ' http://localhost:3000' ,
1134
- !Join [ '', [ 'https://', !GetAtt DevPortalSiteS3Bucket.RegionalDomainName]]
1133
+ ' http://localhost:3000/index.html?action=logout ' ,
1134
+ !Join [ '', [ 'https://', !GetAtt DevPortalSiteS3Bucket.RegionalDomainName, '/index.html?action=logout' ]]
1135
1135
],
1136
1136
[
1137
- !Join [ '', [ 'https://', !If [ UseCustomDomainName, !Ref CustomDomainName, !GetAtt DefaultCloudfrontDistribution.DomainName ]]]
1137
+ !Join [ '', [ 'https://', !If [ UseCustomDomainName, !Ref CustomDomainName, !GetAtt DefaultCloudfrontDistribution.DomainName ], '/index.html?action=logout' ]]
1138
1138
]
1139
1139
]
1140
1140
AllowedOAuthFlowsUserPoolClient : true
0 commit comments