You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting a redirect URI in the configuration, it's possible to include query parameters.
However, during authentication, AAC applies strict validation that blocks these URIs if they contain parameters.
This inconsistency leads to failures when valid URIs with parameters are used.
Error: param does not match pattern ^[a-zA-Z0-9._:/-]
When setting a redirect URI in the configuration, it's possible to include query parameters.
However, during authentication, AAC applies strict validation that blocks these URIs if they contain parameters.
This inconsistency leads to failures when valid URIs with parameters are used.
Error:
param does not match pattern ^[a-zA-Z0-9._:/-]
redirect URI to reproduce the error:
Possible Solution:
The text was updated successfully, but these errors were encountered: