Attributes
The following SAML attributes correspond to properties of a Terraform Enterprise user account. When a new or existing user logs in, their account info will be updated with data from these attributes.
Username
If Username is specified, Terraform Enterprise will assign that username to the user instead of using an automatic name based on their email address. When the username is already taken or is invalid, login will still complete, and the existing or default value will be used instead.
SiteAdmin
If the SiteAdmin attribute is present, the system will grant or revoke site admin access for the user. Site admin access can be also be granted or revoked in the MemberOf attribute; however the SiteAdmin attribute is the recommended method of managing access and will override the other value.
MemberOf
Team membership is specified in the MemberOf attribute. (If desired, you can configure a different name for the team membership attribute.)
Teams can be specified in separate AttributeValue items:
or in one AttributeValue as a comma-separated list:
There is a special-case role site-admins
that will add a user as a site admin to your Terraform Enterprise instance.
IsServiceAccount
If the IsServiceAccount
(case-sensitive) attribute is present and true
(case-insensitive), the system will mark the user as a service account.
This will ensure API tokens created for this user will not expire as normal user account tokens expire when reaching the API token session timeout.