Skip to content

Grafana:Okta:Auth

lbonanomi edited this page Sep 15, 2020 · 2 revisions
  1. Log in to the Okta portal.
  2. Go to Admin and then select Developer Console.
  3. Select Applications, then Add Application.
  4. Pick Web as the platform, type OpenID Connect.
  5. Enter a name for your application (or leave the default value).
  6. Add the Base URI of your application, such as https://grafana.example.com.
  7. Enter values for the Login redirect URI. Use Base URI and append it with /login/okta, for example: https://grafana.example.com/login/okta.
  8. Click Done to finish creating the Okta application.
  9. Enable Okta OAuth in Grafana

IN CASE OF 400 ERRORS:

Confirm that root_url is set in case of Okta 400s that show a meaningless redirect URL.

Clone this wiki locally