stianst / keycloak-oidc-cli

Apache License 2.0
2 stars 1 forks source link

Integration with password manager to securely cache tokens? #35

Open stianst opened 1 year ago

stianst commented 1 year ago

Currently tokens are cached in a local file, which is not ideal from a security perspective. Should investigate if it's feasible to store in a local password manager, or another more secure approach like for example a Java keystore.