console icon indicating copy to clipboard operation
console copied to clipboard

Configure few login options to Minio Console

Open valterartur opened this issue 3 years ago • 1 comments

Hi!

I've connected OIDC to my Minio Console with Keycloak as provider. Everything works as expected and at login page I can see button "Login With SSO". In same time we need ability to save possibility of basic auth with access key and secret key. As I didn't found any way to do it in documentation and discussions about it. I'm creating this request. If it's implemented let me please know how to do it and close the issue. Thanks.

valterartur avatar Jun 18 '22 18:06 valterartur

When SSO is configured, only one way to authenticate is allowed.

We may add it in future to be able to login via local creds as well but it's not a priority at the moment.

harshavardhana avatar Jun 18 '22 18:06 harshavardhana

Hi,

Then, after configuring OIDC, the minio admin cannot log back in via the web console (since it's using local credentials).

The only solution at the moment is to fall back to the CLI?

Thanks, Sebastian

sebastian-luna-valero avatar Feb 15 '23 07:02 sebastian-luna-valero

I had the same issue and to back basic auth use command below: mc admin idp openid disable {TARGET} and then mc admin service restart {TARGET}

MrArabboy avatar Apr 04 '23 05:04 MrArabboy

Added multi IDP login support in https://github.com/minio/console/pull/2758, https://github.com/minio/console/pull/2695 & https://github.com/minio/console/pull/2807. Closing this issue, Please feel free to reopen if issue persists

bexsoft avatar May 13 '23 01:05 bexsoft

Thank you very much!

sebastian-luna-valero avatar May 15 '23 05:05 sebastian-luna-valero