Skip to content

Commit

Permalink
Merge pull request #18296 from RivinduM/master
Browse files Browse the repository at this point in the history
Update oidc-metadata.json
  • Loading branch information
janakamarasena committed Dec 2, 2023
2 parents 86897f6 + b060997 commit 7649f5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
"tokenEndpointAuthMethod": {
"options": [
{
"name":"None",
"displayName":"None"
"name":"",
"displayName":"Select Option"
},
{
"name": "client_secret_post",
Expand Down Expand Up @@ -132,30 +132,30 @@
},
"idTokenSignatureAlgorithm": {
"options": [
"None",
"Select Option",
"PS256",
"ES256",
"SHA256withRSA"
]
},
"requestObjectSignatureAlgorithm": {
"options": [
"None",
"Select Option",
"PS256",
"ES256",
"SHA256withRSA"
]
},
"requestObjectEncryptionAlgorithm": {
"options": [
"None",
"Select Option",
"RSA-OAEP",
"RSA1_5"
]
},
"requestObjectEncryptionMethod": {
"options": [
"None",
"Select Option",
"A128GCM",
"A192GCM",
"A256GCM",
Expand All @@ -179,7 +179,7 @@
},
"allowedEncryptionAlgorithms": {
"options": [
"None",
"Select Option",
"RSA-OAEP"
]
},
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2405,7 +2405,7 @@
<!-- Identity REST API feature -->
<identity.api.dispatcher.version>2.0.13</identity.api.dispatcher.version>
<identity.user.api.version>1.3.28</identity.user.api.version>
<identity.server.api.version>1.2.130</identity.server.api.version>
<identity.server.api.version>1.2.134</identity.server.api.version>

<identity.agent.sso.version>5.5.9</identity.agent.sso.version>
<identity.tool.samlsso.validator.version>5.5.7</identity.tool.samlsso.validator.version>
Expand Down

0 comments on commit 7649f5e

Please sign in to comment.