Skip to content

Commit

Permalink
Merge pull request #5162 from dushaniw/master
Browse files Browse the repository at this point in the history
Add config for auth code persistence
  • Loading branch information
janakamarasena authored Nov 16, 2023
2 parents c63ad87 + 8042d40 commit da80e19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,12 @@
<PoolSize>0</PoolSize>
<RetryCount>{{oauth.token_generation.retry_count_on_persistence_failures}}</RetryCount>
</TokenPersistence>

<!--
Config related to OAuth2 authorization code persistence.
Prior to IS 7.0.0, this was handled by the config <TokenPersistence>.<Enable>.
-->
<EnableAuthCodePersistence>true</EnableAuthCodePersistence>

<!--
Configuration provides the ability to renew the access token and the refresh token(where applicable) per each token request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"oauth.token_validation.validation_response_signing_algorithm": "SHA256withRSA",
"oauth.token.validation.validation_response_jwt_validity": "15m",
"oauth.token_generation.retry_count_on_persistence_failures": "5",
"oauth.token_persistence.enable": "true",
"oauth.token_persistence.enable": true,

"oauth.access_token.generate_with_sp_tenant_domain": true,
"oauth.enable_sha256_params": true,
Expand Down

0 comments on commit da80e19

Please sign in to comment.