Try Bifrost Enterprise free for 14 days. Explore now
cURL
curl --request GET \ --url http://localhost:8080/api/session/is-auth-enabled
{ "is_auth_enabled": true, "has_valid_token": true }
Returns whether authentication is enabled and if the current token is valid.
Successful response
Auth enabled status response
Was this page helpful?