Skip to content
New issue

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

Enable gazelle IUA simulator testing #168

Open
oliveregger opened this issue Aug 27, 2024 · 0 comments
Open

Enable gazelle IUA simulator testing #168

oliveregger opened this issue Aug 27, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request javascript Pull requests that update Javascript code
Milestone

Comments

@oliveregger
Copy link
Collaborator

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 !

@oliveregger oliveregger added this to the PAT-2024 milestone Aug 27, 2024
@qligier qligier added enhancement New feature or request javascript Pull requests that update Javascript code labels Aug 27, 2024
qligier added a commit that referenced this issue Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request javascript Pull requests that update Javascript code
Projects
None yet
Development

No branches or pull requests

2 participants