Skip to content
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

Enable multi login option in Grafana UI [serviceaccount, okta] #3387

Open
nitishy opened this issue Oct 30, 2024 · 0 comments
Open

Enable multi login option in Grafana UI [serviceaccount, okta] #3387

nitishy opened this issue Oct 30, 2024 · 0 comments

Comments

@nitishy
Copy link

nitishy commented Oct 30, 2024

Hi Team,
Current setup: In our grafana, we are using okta to log in using

      name: Okta
      icon: okta
      enabled: true
      allow_sign_up: true

And people can log in using Okta.

Use case: We want to enable login to Grafana UI using a serviceaccount as well.
Things I tried:

auth:
      oauth_auto_login: false
 and also added 
auth.basic:
      enabled: true
auth:
      disable_login_form: true
      oauth_auto_login: true
      disable_signout_menu: false
      oauth_allow_insecure_email_lookup: true

I am following this document: https://grafana.com/docs/grafana/latest/setup-grafana/configure-security/configure-authentication/#configuring-multiple-identity-providers

Problem: I am still unable to enable the option to log in with serviceaccount or a simple username/password, the only option I get is the okta one.
Please help, as I want user's to be able to log in via serviceaccount also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant