-
Notifications
You must be signed in to change notification settings - Fork 149
SNOW-2169830 document MFA token caching #1201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
SNOW-2169830 document MFA token caching #1201
Conversation
…o session properties
❌ 1 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
- **Linux**: false | ||
- **Mac**: false | ||
#### Client Side | ||
The **SSO token cache** and the token cache for **OAuth** authorization code flow and OAuth client credentials flow is enabled by setting the parameter `client_store_temporary_credential` to `true`. The default value is based on OS: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Client credentials flow does not have the caching.
The **SSO token cache** and the token cache for **OAuth** authorization code flow and OAuth client credentials flow is enabled by setting the parameter `client_store_temporary_credential` to `true`. The default value is based on OS: | |
The **SSO token cache** and the token cache for **OAuth** authorization code flow is enabled by setting the parameter `client_store_temporary_credential` to `true`. The default value is based on OS: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Client credentials flow does not have the caching.
Description
This came out of #1194 where it was an unnecessarily long struggle to setup MFA token caching, mostly due to how it is entirely undocumented.
This PR aims to change that.
Checklist
dotnet test
)