Skip to content

Commit

Permalink
Merge pull request #226 from Enterprise-CMCS/master
Browse files Browse the repository at this point in the history
Release to val
  • Loading branch information
mdial89f authored Nov 29, 2023
2 parents 8b34556 + 16e82c2 commit f616e6a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/services/auth/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ resources:
- Fn::Equals:
- ""
- ${self:custom.idmInfo.oidc_issuer, ""}
BackWithCognito:
Fn::Not:
- Fn::Equals:
- ${sls:stage}
- production
Resources:
CognitoUserPool:
Type: AWS::Cognito::UserPool
Expand Down Expand Up @@ -157,7 +162,10 @@ resources:
- ${param:ApplicationEndpointUrl}
- http://localhost:5000/
SupportedIdentityProviders:
- COGNITO
- Fn::If:
- BackWithCognito
- COGNITO
- !Ref AWS::NoValue
- Fn::If:
- BackWithIDM
- !Ref UserPoolIdentityProviderIDM
Expand Down

0 comments on commit f616e6a

Please sign in to comment.