{
"type": "object",
"description": "Object capturing details needed to do microsoftEntra auth flow. It will be only present when auth type is microsoftEntra.",
"properties": {
"supportsSingleSignOn": {
"type": "boolean",
"default": false,
"description": "Boolean indicating whether single sign on is configured for the app."
}
},
"additionalProperties": false
}
{
"type": "object",
"description": "Object capturing details needed to do single aad auth flow. It will be only present when auth type is entraId.",
"properties": {
"supportsSingleSignOn": {
"type": "boolean",
"default": false,
"description": "Boolean indicating whether single sign on is configured for the app."
}
},
"additionalProperties": false
}
Properties
supportsSingleSignOn
Boolean indicating whether single sign on is configured for the app.