-
Notifications
You must be signed in to change notification settings - Fork 456
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
Error: Unrecognized scope when using external idp #579
Comments
@ssharma2089 Hello, to solve your problem you will need to add 2 scopes(client scopes) : |
@ZouhairBear I am using dexip/dex for authentication. These two scopes are not supported by dex. |
@ssharma2089 I think that you should add an env variable to the tenant as shown in the below exmple :
I have given an exemple for keycloack and I'm surtenly that it will work for you, you should adapt the values withe your scope values |
@ZouhairBear Getting same error after adding the above scope. I tried to add the scope in console env also but didn't work. |
@ssharma2089 these variable are in the minio env var. |
@ZouhairBear I tried it but it didn't work |
Like this |
@ssharma2089 the console does not have a variable for scope, it's the minio who has it. |
@ZouhairBear I didn't disable it. I have deployed as per documentation by using below link And I want to use external idp from the console. |
@ssharma2089 |
@ZouhairBear I have tried with new minio release v0.6.8 and scope part is resolved now. But I am facing below token issue error.go:46: original error: invalid Login |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
@ssharma2089 closing this issue as resolved. Please open a new one for the certificate issue |
Expected Behavior
When I am clicking on welcome screen, it should redirect to ldap login page and after successful login it should reditect to console dashboard page.
Current Behavior
When I am click on welcome button, its stays on the same page. When I tried inspecting it, I could see "unrecognized scope : app_metadata and state_metadata".
https://console.mwsdev.tri.int/oauth_callback?error=invalid_scope&error_description=Unrecognized+scope%28s%29+%5B%22app_metadata%22+%22user_metadata%22%5D&state=TDBJRURIMElWWEhaTFlITExCTjJPRE4yUDpsT2V0em95bUkzaDVQdUlRVnhlU09Bd1ZuZENkWnpjemNmcDJXaGdMd2wwPQ%3D%3D
Steps to Reproduce (for bugs)
Context
I am unable to login console dashboard page.
Your Environment
minio-operator
): v4.0.5 and console: v0.6.3uname -a
): Linux mwsdev01.tri.int 4.18.0-240.1.1.el8_3.x86_64 Add Minio operator #1 SMP Fri Oct 16 13:36:46 EDT 2020 x86_64 x86_64 x86_64 GNU/Linuxtenant.txt
The text was updated successfully, but these errors were encountered: