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
Actual behavior
I have a client configured in keycloak and accessing via the access url noted above works correctly (redirecting to keycloak and then back to tyk authenticated) on image version v1.1.1. On v1.2.1 and above (1.2.0 is just broken yielding exec format error and crashing on startup) this yields an error '{"Status":"error","Error":"you must select a provider"}'. My provider setup is as documented here.
Expected behavior
I'd expect provider selection to work as before, or documentation indicating the new pattern.
Branch/Environment
Describe the bug
After v1.1.1, attempting to access tib openid-connect provider fails with
{"Status":"error","Error":"you must select a provider"}
.Reproduction steps
Steps to reproduce the behavior:
Profiles.json:
Access url:
https://tib.<domain>/auth/keycloak/openid-connect
Actual behavior
I have a client configured in keycloak and accessing via the access url noted above works correctly (redirecting to keycloak and then back to tyk authenticated) on image version v1.1.1. On v1.2.1 and above (1.2.0 is just broken yielding
exec format error
and crashing on startup) this yields an error'{"Status":"error","Error":"you must select a provider"}'
. My provider setup is as documented here.Expected behavior
I'd expect provider selection to work as before, or documentation indicating the new pattern.
Additional context
Running in an EKS cluster. Tyk deployed with official helm charts: https://github.com/TykTechnologies/tyk-helm-chart/tree/master/tyk-pro v0.14.0, previously v0.13.2.
The text was updated successfully, but these errors were encountered: