Skip to content

Commit

Permalink
Set disable_scoping by default for new IdPs (closes #458)
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw authored Dec 13, 2024
1 parent a58d2fb commit bdc2ccf
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@
"metaDataFields": {
"name:en": "",
"SingleSignOnService:0:Binding": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect",
"SingleSignOnService:0:Location": ""
"SingleSignOnService:0:Location": "",
"coin:disable_scoping": true
},
"autoRefresh": {
"enabled": false,
"allowAll": false,
"fields": {
}
}
}
}

0 comments on commit bdc2ccf

Please sign in to comment.