You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(jans-config-api): endpoint to get UmaResource based on clientId and swagger changes (#1912)
* bug(jans-config-api): fixed swagger format issue
* fix(jans-config-api): fixed due to couchbase clustter change
* feat(jans-config-api): new endpoint to get UmaResource based on associatedClient
* fix(jans-config-api): swagger spec fix for client attributes
* fix(jans-config-api): reverted the local test properties
* test(jans-config-api): commented test case
description: boolean value to indicate of Pushed Authorisation Request(PAR)is required.
5124
5156
type: boolean
5125
-
authorizationSignedResponseAlg:
5157
+
jansAuthSignedRespAlg:
5126
5158
description: JWS alg algorithm JWA required for signing authorization responses.
5127
5159
type: string
5128
-
authorizationEncryptedResponseAlg:
5160
+
jansAuthEncRespAlg:
5129
5161
description: JWE alg algorithm JWA required for encrypting authorization responses.
5130
5162
type: string
5131
-
authorizationEncryptedResponseEnc:
5163
+
jansAuthEncRespEnc:
5132
5164
description: JWE enc algorithm JWA required for encrypting auhtorization responses.
5133
5165
type: string
5134
-
publicSubjectIdentifierAttribute:
5166
+
jansSubAttr:
5135
5167
description: custom subject identifier attribute.
5136
5168
type: string
5137
5169
redirectUrisRegex:
5138
5170
description: If set, redirectUri must match to this regexp
5139
5171
type: string
5140
-
authorizedAcrValues:
5172
+
jansAuthorizedAcr:
5141
5173
description: List of thentication Context Class Reference (ACR) that must exist.
5142
5174
type: array
5143
5175
items:
5144
5176
type: string
5145
-
defaultPromptLogin:
5177
+
jansDefaultPromptLogin:
5146
5178
description: sets prompt=login to the authorization request, which causes the authorization server to force the user to sign in again before it will show the authorization prompt.
0 commit comments