@@ -235,7 +235,7 @@ def load_test_data(self):
235
235
'dynamicRegistrationCustomAttributes' : [ "jansTrustedClnt" , "myCustomAttr1" , "myCustomAttr2" , "jansInclClaimsInIdTkn" ],
236
236
'dynamicRegistrationExpirationTime' : 86400 ,
237
237
'grantTypesAndResponseTypesAutofixEnabled' : True ,
238
- 'dynamicGrantTypeDefault' : [ "authorization_code" , "implicit" , "password" , "client_credentials" , "refresh_token" , "urn:ietf:params:oauth:grant-type:uma-ticket" , "urn:openid:params:grant-type:ciba" , "urn:ietf:params:oauth:grant-type:device_code" ],
238
+ 'dynamicGrantTypeDefault' : [ "authorization_code" , "implicit" , "password" , "client_credentials" , "refresh_token" , "urn:ietf:params:oauth:grant-type:uma-ticket" , "urn:openid:params:grant-type:ciba" , "urn:ietf:params:oauth:grant-type:device_code" , "urn:ietf:params:oauth:grant-type:token-exchange" ],
239
239
'legacyIdTokenClaims' : True ,
240
240
'authenticationFiltersEnabled' : True ,
241
241
'clientAuthenticationFiltersEnabled' : True ,
@@ -252,7 +252,7 @@ def load_test_data(self):
252
252
'userInfoSigningAlgValuesSupported' : [ 'none' , 'HS256' , 'HS384' , 'HS512' , 'RS256' , 'RS384' , 'RS512' , 'ES256' , 'ES384' , 'ES512' , 'PS256' , 'PS384' , 'PS512' ],
253
253
'consentGatheringScriptBackwardCompatibility' : False ,
254
254
'claimsParameterSupported' : True ,
255
- 'grantTypesSupported' : [ 'urn:openid:params:grant-type:ciba' , 'authorization_code' , 'urn:ietf:params:oauth:grant-type:uma-ticket' , 'urn:ietf:params:oauth:grant-type:device_code' , 'client_credentials' , 'implicit' , 'refresh_token' , 'password' ],
255
+ 'grantTypesSupported' : [ 'urn:openid:params:grant-type:ciba' , 'authorization_code' , 'urn:ietf:params:oauth:grant-type:uma-ticket' , 'urn:ietf:params:oauth:grant-type:device_code' , 'client_credentials' , 'implicit' , 'refresh_token' , 'password' , 'urn:ietf:params:oauth:grant-type:token-exchange' ],
256
256
'idTokenSigningAlgValuesSupported' : [ 'none' , 'HS256' , 'HS384' , 'HS512' , 'RS256' , 'RS384' , 'RS512' , 'ES256' , 'ES384' , 'ES512' , 'PS256' , 'PS384' , 'PS512' ],
257
257
'accessTokenSigningAlgValuesSupported' : [ 'none' , 'HS256' , 'HS384' , 'HS512' , 'RS256' , 'RS384' , 'RS512' , 'ES256' , 'ES384' , 'ES512' , 'PS256' , 'PS384' , 'PS512' ],
258
258
'requestObjectSigningAlgValuesSupported' : [ 'none' , 'HS256' , 'HS384' , 'HS512' , 'RS256' , 'RS384' , 'RS512' , 'ES256' , 'ES384' , 'ES512' , 'PS256' , 'PS384' , 'PS512' ],
0 commit comments