Authentication Realms
An authentication realm is a container that consists of the following:
- Users - Represented by User Authentication Info objects
- Authentication profiles - Ways for the users to authenticate, such as one or more OpenID Connect Profiles or Password Profiles
- Mappings between users and authentication profiles - User Authentication OpenID Connect Profile Info or User Authentication Password Profile Infos
Here's a domain diagram showing these relationships
Composable Commerce comes with three per-store pre-set realms:
- Buyer Organization. For customers: users who buy products from your store.
- Merchant Organization. For administrators: users who log in to Commerce Manager to modify the store’s settings or catalog.
- Account Management Realm. For account members: users who buy products from your store on behalf of accounts. Password profiles are only available for account management realm.
📄️ Get all Authentication Realms
Retrieve a list of all authentication realms configured for your store.
📄️ Get an Authentication Realm
Retrieve a specific authentication realm by its ID.
📄️ Update an Authentication Realm
Update a specific authentication realm by its ID.