Skip to content

Commit

Permalink
test(jans-auth-server): access evaluation tests are failing on jenkins (
Browse files Browse the repository at this point in the history
#10636)

fix(jans-auth-server): access evaluation tests are failing on jenkins #10629

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
  • Loading branch information
yuriyz authored Jan 15, 2025
1 parent 8789289 commit 37e177c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jans-linux-setup/jans_setup/setup_app/test_data_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ def load_test_data(self):
'forceIdTokenHintPresence': False,
'introspectionScriptBackwardCompatibility': False,
'allowSpontaneousScopes': True,
'accessEvaluationAllowBasicClientAuthorization': True,
'spontaneousScopeLifetime': 0,
'tokenEndpointAuthMethodsSupported': [ 'client_secret_basic', 'client_secret_post', 'client_secret_jwt', 'private_key_jwt', 'tls_client_auth', 'self_signed_tls_client_auth', 'none' ],
'sessionIdRequestParameterEnabled': True,
Expand Down

0 comments on commit 37e177c

Please sign in to comment.