Authenticating with Okta
Okta is a well-known authentication provider for enterprises. The process is very similar to Google, but it only requires you to register your application with Okta to generate a client ID and secret. To generate the appropriate secrets, you’ll need to sign up for a developer account. Once you’ve logged into your Okta developer account, follow these instructions:
- From the Dashboard area, open Applications, select Applications, and click on Create App Integration:
Figure 16.15 – Okta – the Applications menu
- Select OIDC – OpenID Connect for Sign-in method and Web Application for Application type, then click Next:
Figure 16.16 – New app integration settings
- On the New Web App Integration form, under General Settings, fill in the following fields and click Done:
- App integration name:
Grafana
- Sign-in redirect URIs:
http://localhost:3000/login...
- App integration name: