All eazyBI for Jira eazyBI for Confluence Private eazyBI

OAuth2 user authentication
Private eazyBI

You can enable Private eazyBI user authentication using an external OAuth 2.0 authentication provider. Currently, Private eazyBI by default supports OAuth2 user authentication with Google and Salesforce but it is possible to add additional custom OAuth2 authentication providers.

Authentication with Google

[authentication.google]
omniauth = "oauth2"
client_id = "..."
client_secret = "..."

Restart the application after adding the authentication information in eazybi.toml. After that in the Sign-up and Log-in pages, you should see an option to authenticate with Google.

Authentication with Salesforce

See the Salesforce OAuth 2.0 tutorial page for more details on Salesforce and OAuth2 integration.

[authentication.salesforce]
omniauth = "oauth2"
client_id = "..."
client_secret = "..."

Restart the application after adding the authentication information in eazybi.toml. After that in the Sign-up and Log-in pages, you should see an option to authenticate with Salesforce.

Authentication with Okta

See the Okta OAuth 2.0 and OpenID Connect Overview for more details on Okta and OAuth2 integration.