Skip to content

Commit

Permalink
SCIM url regex (#223)
Browse files Browse the repository at this point in the history
webUi now provides the url without the trailing '/' making this optional for backward and forward compatability.
  • Loading branch information
ChrisPates authored Oct 31, 2024
1 parent 72e2724 commit 4694c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Parameters:
Description: |
AWS IAM Identity Center - SCIM Endpoint Url
Default: ""
AllowedPattern: '(?!.*\s)|(https://scim.(us(-gov)?|ap|ca|cn|eu|sa)-(central|(north|south)?(east|west)?)-([0-9]{1}).amazonaws.com/(.*)-([a-z0-9]{4})-([a-z0-9]{4})-([a-z0-9]{12})/scim/v2/)'
AllowedPattern: '(?!.*\s)|(https://scim.(us(-gov)?|ap|ca|cn|eu|sa)-(central|(north|south)?(east|west)?)-([0-9]{1}).amazonaws.com/(.*)-([a-z0-9]{4})-([a-z0-9]{4})-([a-z0-9]{12})/scim/v2/?)'

SCIMEndpointAccessToken:
Type: String
Expand Down

0 comments on commit 4694c56

Please sign in to comment.