-
Notifications
You must be signed in to change notification settings - Fork 17
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
Follow redirects while testing AuthnRequests #65
Comments
Yes, an authn plugin with follow_redirect as parameter in the requests, we'll check together. I'll reach you on slack |
Hi @lscorcia @peppelinux I'm starting to dig possible usage of |
Spid-sp-tests uses plugings for proxies, you can read the plugin of satosa, It uses http-post You can change It to follow http redirect |
Hi @lscorcia, have you managed to solve this redirect issue and correctly test the authn request generated by keycloak? |
The request starts changing |
@glatrofa out of curiosity: how did you build the |
@nicolabeghin I used a keycloak oidc client url, like this one: |
Hi, I was fiddling with Keycloak to see if I could use spid-sp-test to test the SPID Keycloak provider, and it seems like Keycloak emits some redirects before sending an AuthnRequest with HTTP status code 303 See Other (https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/303).
This is the commandline I am using (please ignore OIDC attributes for now):
The process starts and successfully tests the metadata document. Right after that, it fails with the following message:
Would it be possible and correct to let it automatically follow redirects?
The text was updated successfully, but these errors were encountered: