Skip to content

Commit d8e7a62

Browse files
committed
Add coin:azure_domain_hint metadata property to manage
1 parent 26ca249 commit d8e7a62

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

roles/manage/templates/metadata_configuration/saml20_idp.schema.json.j2

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,11 @@
370370
"coin:policy_enforcement_decision_required": {
371371
"type": "boolean",
372372
"info": "Set to activate the user policy engine (PDP) for this IdP."
373+
},
374+
"coin:azure_domain_hint": {
375+
"type": "string",
376+
"default": "",
377+
"info": "the domain set here is sent to the IdP; Microsoft EntraID uses it to skip the account picker."
373378
}
374379
},
375380
"patternProperties": {

0 commit comments

Comments
 (0)