Account Manager Attribute Value Provider
The Account Manager attributes value provider fetches user attributes from a configured account manager. This provider connects to user stores to retrieve complete user profiles and custom attributes that can be included in assertions.
The Account Manager attributes provider retrieves attributes by querying the configured account manager for the authenticated user’s account data. The available attributes depend on the account manager configuration and the schema defined in the connected user store.
Use Cases#
The Account Manager attributes value provider enables assertion issuance workflows that require user profile data from centralized user stores.
Common use cases include:
- User Profile Attributes: Include standard user attributes like email, phone number, name, and address in ID assertions and access assertions
- Custom Attributes: Add organization-specific user attributes stored in the account manager to assertions for business logic
- Role and Group Information: Retrieve user roles or group memberships from the user store for authorization decisions
- Dynamic Attribute Lookup: Fetch current user data at assertion issuance time to ensure assertions contain up-to-date information
- Multi-Source Integration: Combine account manager attributes with other attributes providers for comprehensive assertion data
For detailed guidance on user data management and assertion design patterns, visit the User Management Profile .
Getting Started#
To create an Account Manager attributes value provider, sign in to the Admin UI, create a SAML profile if there isn’t one, and navigate to
Admin UI → Profiles → Saml → Saml Profile → Attributes → Attribute Value Providers

Select + New Attribute Value Provider, give the provider a unique identifier and select the Account Manager type.

Select the Account Manager that contains the user data, and toggle the desired options.

The provider retrieves attributes from the selected account manager when assertions are issued. The authenticated user’s identifier determines which account record to query.
The Account Manager attributes value provider only returns attributes that exist in the user’s account. Ensure the account manager is properly configured and the user store contains the required attributes.
For more information on configuring account managers, see Account Managers .