Skip to content

Support Token expiry longer than 86400s for OIDC Identity mappings #216

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

Open
juannfox opened this issue Apr 4, 2025 · 0 comments
Open
Assignees

Comments

@juannfox
Copy link

juannfox commented Apr 4, 2025

Is your feature request related to a problem? Please describe.
The oidc_identity_mapping resource limits the Token expiry to 86400 seconds. This is not accurate to what the Access API really supports, as the access-config.yaml file allows administrators to extend this duration as desired, throught the following YAML instruction:

security:
  oidc:
    max-expiry-seconds: 2592000 # Example of a supported value above 86400

In short, the Terraform provider is restricting the user's choice beyond what the Access API really supports.

Describe the solution you'd like
The maximum duration of 86400 seconds enforced today should be removed or updated to support the maximum Token duration applied for any other Access Token.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants