Retrieve the current status of the SSO authentication session without authentication required.
curl --request GET \
--url https://api.fluxer.app/v1/auth/sso/status{
"enabled": true,
"enforced": true,
"display_name": "<string>",
"redirect_uri": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.fluxer.app/llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://api.fluxer.app/v1/auth/sso/status{
"enabled": true,
"enforced": true,
"display_name": "<string>",
"redirect_uri": "<string>"
}