Object capturing details needed to do microsoftEntra auth flow. Applicable only when auth type is microsoftEntra
.
Properties that reference this object type:
Syntax
{
"supportsSingleSignOn": {boolean}
}
{
"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
}
{
"supportsSingleSignOn": {boolean}
}
{
"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.
Supported values
Default value: False
.