Skip to content

Commit

Permalink
New informational flag on SP metadata coin:uses_idp_entityid_for_iden…
Browse files Browse the repository at this point in the history
…tification
  • Loading branch information
thijskh committed Sep 13, 2023
1 parent c5df69d commit bda6782
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,11 @@
"type": "boolean",
"info": "Whether authentication requests from this SP must be signed. Enabling signed autentication requests for an SP enables this SP to specify its own Assertion Consumer Service URLs in the authentication request."
},
"coin:uses_idp_entityid_for_identification": {
"type": "boolean",
"default": false,
"info": "This service provider uses the entityID of the user's IdP for identification or authorization purposes, so needs to be notified when a connected IdP's entityID changes (informational)"
},
"coin:sp_specific_metadata": {
"type": "boolean",
"default": false,
Expand Down

0 comments on commit bda6782

Please sign in to comment.