We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We would like to test the IUA simulator of Gazelle, however the redirect cannot contain a Hash as we use it today (invalid in OAuth spec).
For the redirect_url, this is an issue we have with Keycloak not allowing certain special characters in the redirect uri of a client.
This is due to the # being an uri fragment and not being allowed by the Oauth2 standard (see rfc 6749 section 3.1.2)
current configuration in IUA is
client-id: cd8455fc-e294-465a-8c86-35ae468c6b2f redirect: https://test.ahdis.ch/mag-test/#/mag
see [epd_projectathon] CH:IUA testable for the preProjectathon !
The text was updated successfully, but these errors were encountered:
#168 Allow Oauth2 login from any path
6fdad65
59b3c2d
qligier
No branches or pull requests
We would like to test the IUA simulator of Gazelle, however the redirect cannot contain a Hash as we use it today (invalid in OAuth spec).
For the redirect_url, this is an issue we have with Keycloak not allowing certain special characters in the redirect uri of a client.
This is due to the # being an uri fragment and not being allowed by the Oauth2 standard (see rfc 6749 section 3.1.2)
current configuration in IUA is
client-id: cd8455fc-e294-465a-8c86-35ae468c6b2f
redirect: https://test.ahdis.ch/mag-test/#/mag
see [epd_projectathon] CH:IUA testable for the preProjectathon !
The text was updated successfully, but these errors were encountered: