You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritise this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritise the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
This feature request is to add support for managing token lifetime policies in the Azure AD Terraform provider. Token lifetime policies allow administrators to specify the lifetime of access, SAML, and ID tokens issued by the Microsoft identity platform. This functionality would enable users to create, update, delete, and assign token lifetime policies to applications and service principals using Terraform.
Key capabilities to include:
Create and manage token lifetime policies
Assign policies to applications and service principals
Configure access token lifetimes
Set organization-wide default policies
This feature would greatly enhance the ability to manage Azure AD authentication and security settings through Infrastructure as Code.
New or Affected Resource(s)
azuread_token_lifetime_policy (new resource in the Policies category)
azuread_application_token_lifetime_policy_assignment (new resource in the resource in Applications category)
azuread_service_principal_token_lifetime_policy_assignment (new resource in the resource in Service Principals category)
@manicminer I'd be interested in contributing and building this feature. It should be straightforward because resources with a similar structure exist. For example, azuread_claims_mapping_policy and azuread_service_principal_claims_mapping_policy_assignment. What do you reckon?
Community Note
Description
This feature request is to add support for managing token lifetime policies in the Azure AD Terraform provider. Token lifetime policies allow administrators to specify the lifetime of access, SAML, and ID tokens issued by the Microsoft identity platform. This functionality would enable users to create, update, delete, and assign token lifetime policies to applications and service principals using Terraform.
Key capabilities to include:
This feature would greatly enhance the ability to manage Azure AD authentication and security settings through Infrastructure as Code.
New or Affected Resource(s)
azuread_token_lifetime_policy
(new resource in the Policies category)azuread_application_token_lifetime_policy_assignment
(new resource in the resource in Applications category)azuread_service_principal_token_lifetime_policy_assignment
(new resource in the resource in Service Principals category)Potential Terraform Configuration
Application Configuration:
Service Principal Configuration:
References
The text was updated successfully, but these errors were encountered: