Skip to content

Commit

Permalink
oxTrust/issues/#316 : added new property of oxauth
Browse files Browse the repository at this point in the history
frontchannellogoutsession.
  • Loading branch information
shekhar16 committed Dec 31, 2016
1 parent ae1434c commit 64e2b64
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -989,6 +989,11 @@
"id": "customHeadersWithAuthorizationResponse",
"description": "Boolean value specifying whether to enable Custom Response Header parameter to return custom headers with the Authorization Response.",
"type": "boolean"
},
"frontChannelLogoutSessionSupported": {
"id": "frontChannelLogoutSessionSupported",
"description": "Boolean value to specify support for front channel logout session.",
"type": "boolean"
}
},
"required": [
Expand Down Expand Up @@ -1091,6 +1096,7 @@
"keyStoreSecret",
"endSessionWithAccessToken",
"legacyIdTokenClaims",
"customHeadersWithAuthorizationResponse"
"customHeadersWithAuthorizationResponse",
"frontChannelLogoutSessionSupported"
]
}

0 comments on commit 64e2b64

Please sign in to comment.