Start url validator es not validating custom sso urls #6341
Labels
auth-credentials
authentication, authorization, credentials, AWS Builder ID, sso
bug
We can reproduce the issue and confirmed it is a bug.
pending-release
Problem
Start URL validation is wrong, our sso starting url has a different shape than https://d-xxxxxxxxxx.awsapps.com/start our sso endpoint has other qualifiers and the regex is reporting
"URLs must start with http:// or https://. Example: https://d-xxxxxxxxxx.awsapps.com/start"
this is a bug because our sso works fine but is not ending with ".awsapps.com/start", the end of the url should not be filtered by the regex validaton
Steps to reproduce the issue
put something different than https://d-xxxxxxxxxx.awsapps.com/start
ie:
http://myysso.myowndomain.com/othersubdomain?myqualifiers=true
Expected behavior
System details (run
AWS: About
and/orAmazon Q: About
)The text was updated successfully, but these errors were encountered: