Skip to content

Commit

Permalink
feat: add spLogoutRedirectUrl field to gluuSAMLconfig (#1056)
Browse files Browse the repository at this point in the history
Signed-off-by: Mustafa Baser <[email protected]>
  • Loading branch information
devrimyatar authored Sep 11, 2024
1 parent a7762c6 commit 2368e0d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion schema/gluu_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4699,6 +4699,18 @@
"substr": "caseIgnoreSubstringsMatch",
"syntax": "1.3.6.1.4.1.1466.115.121.1.15",
"x_origin": "Gluu created attribute"
},
{
"desc": "SAML Service Provider Logout Redirect URI",
"equality": "caseIgnoreMatch",
"names": [
"spLogoutRedirectUrl"
],
"multivalued": true,
"oid": "oxAttribute",
"substr": "caseIgnoreSubstringsMatch",
"syntax": "1.3.6.1.4.1.1466.115.121.1.15",
"x_origin": "Gluu created attribute"
}
],
"objectClasses": [
Expand Down Expand Up @@ -5097,7 +5109,8 @@
"oxAuthPostLogoutRedirectURI",
"url",
"researchAndScholarshipEnabled",
"gluuEntityType"
"gluuEntityType",
"spLogoutRedirectUrl"
],
"must": [
"objectclass"
Expand Down

0 comments on commit 2368e0d

Please sign in to comment.