Okta is a well-known authentication provider for the enterprise and is newly supported in Grafana 7. The process is very similar to Google, but only requires the registration of your application with Okta in order to generate the client ID and secret. You'll need to sign up for a developer account in order to generate the appropriate secrets. Once you've logged in to your developer account, follow these instructions:
- Select Developer Console | Applications | Add Application.
- Select Web and Next:
- On the Application Settings page, fill in the following fields and click Done:
- Name: Grafana
- Base URIs: http://localhost:3000
- Login Redirect URIs: http://localhost:3000/login/okta
- On the next page, under the General Settings tab, you'll find a Client Credentials...