Grafana:Okta:Auth - lbonanomi/notes GitHub Wiki
- Log in to the Okta portal.
- Go to Admin and then select Developer Console.
- Select Applications, then Add Application.
- Pick Web as the platform, type OpenID Connect.
- Enter a name for your application (or leave the default value).
- Add the Base URI of your application, such as https://grafana.example.com.
- Enter values for the Login redirect URI. Use Base URI and append it with /login/okta, for example: https://grafana.example.com/login/okta.
- Click Done to finish creating the Okta application.
- 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.