-
Notifications
You must be signed in to change notification settings - Fork 295
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
Minio Login is not working from OIDC(keycloak). #3165
Comments
We'll look into this @Ayur541 |
Could you share your keycloak version ? And also could you verify that you are able to reach your keycloak instance, and any logs from your minio instance would be useful |
Sure @adriangitvitz , Keycloak version : 22.0.5 Yes, it's able to reach keycloak and after entering the login credentials for keycloak, I see the above pasted error page but no logs from any instances are seen. |
could you follow these instructions instead ? and verify your URL on the Keycloak client side Also verify your client scopes ( just in case ), and use this env variables MINIO_IDENTITY_OPENID_CLIENT_ID_PRIMARY_IAM=client-id; |
We'll change the README docs to point to the proper doc link. |
please re-open if the problem persists |
Hi,
I tried logging into MinIO with Keycloak which is failing and throwing below error.
Earlier versions of MinIO were logging in fine as stated in #3099 but when trying it with above mentioned (which was latest release) MinIO verison is failing.
I followed below steps for integrating MinIO with Keycloak.
https://github.com/minio/minio/blob/RELEASE.2022-09-17T00-09-45Z/docs/sts/keycloak.md
Please suggest a fix.
Thanks.
The text was updated successfully, but these errors were encountered: