Okta (Session)
An Okta API REST session flow is supported for authentication with Okta using the auth_oauth2 config and the OKTAREST Auth apk. This allow for automatic cookie refresh to keep alive the user session.
Field
Description
...
"auth_oauth2": {
"host_url": "https://dev.oktapreview.com",
"client_id": "0o5o9hn89wN4AAhhJ0h7",
"redirect_url": "com.bluefletch.ems.auth://callback",
"scopes": "openid email profile offline_access groups",
"logout_redirect": "com.bluefletch.ems.auth://logout",
"mfaVerifyIntervalWait": 5,
"mfaVerifyAttempts": 7
}
...Last updated