-
Notifications
You must be signed in to change notification settings - Fork 97
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
No redirect after enabling the plugin #1
Comments
Could you provide some detailed information, on the settings you provided? The Config is enabled? Do you have access to the logs? |
yeah, the config is enabled. Should the redirect happen from an custom url, or directly from the normal login page? I am using a panva oidc provider (https://github.com/panva/node-oidc-provider) as the actual SSO provider for openid connect (which we use in our application set as the openid connect SSO) /oic/login url (found this from the routes) tries to do something, but returns an error, which shows in the logs:
picture from the config: |
Uh, I will need to check this one. Hope to get it fixed. |
Looks like a problem with variable assignments (using names instead of symbols). Just trying this now. Will be (most probably) some changes required. |
0.9.3 should fix this issue, could you please confirm? |
Redirect works now, thanks! |
Make plugin compatible with Keycloak
After installing and set the plugin settings and enabling it, the redmine's normal login screen is shown when logging in, the plugin does not forward the call to the openid connect provider instead.
The text was updated successfully, but these errors were encountered: