Skip to content

Commit

Permalink
Merge pull request #18654 from VivekVinushanth/vv-add-clientInstance
Browse files Browse the repository at this point in the history
Add client request binding type
  • Loading branch information
VivekVinushanth authored Dec 18, 2023
2 parents 64324c5 + 3e9f201 commit c006cb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
"cookie",
"sso-session",
"device-flow",
"certificate"
"certificate",
"client-request"
],
"defaultValue": "None"
},
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2264,7 +2264,7 @@

<!-- Identity Inbound Versions -->
<identity.inbound.auth.saml.version>5.11.30</identity.inbound.auth.saml.version>
<identity.inbound.auth.oauth.version>6.11.228</identity.inbound.auth.oauth.version>
<identity.inbound.auth.oauth.version>6.11.229</identity.inbound.auth.oauth.version>
<identity.inbound.auth.openid.version>5.9.5</identity.inbound.auth.openid.version>
<identity.inbound.auth.sts.version>5.10.19</identity.inbound.auth.sts.version>
<identity.inbound.provisioning.scim.version>5.7.4</identity.inbound.provisioning.scim.version>
Expand Down

0 comments on commit c006cb2

Please sign in to comment.