indigo-iam / iam

INDIGO Identity and Access Management Service
https://indigo-iam.github.io/
Other
99 stars 43 forks source link

Fix tokens default validity in seconds #673

Closed enricovianello closed 7 months ago

enricovianello commented 7 months ago

We were fixing an infinite AT settings with a expiration = now. We'd prefer to set the default validity in seconds set at configuration time. We need to be sure not braking RAT logic or ID tokens.

sonarcloud[bot] commented 7 months ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

80.6% 80.6% Coverage
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

enricovianello commented 7 months ago

Replaced by #677