Subjects table¶
A subject identifies a user -an individual- or a client -a software system, e.g. a client app- in the authorization system. Sidra is configured to map the UPN (User Principal Name) from the claims received from Identity Server to subjects in the authorization system.
Column | Description | Format | Required |
---|---|---|---|
Id | Subject´s internal identifier (primary key) | int | |
Sub | Subject identifier, e.g. email in case of a user, clientId in case of a client | nvarchar(200) | |
Name | Name of the subject | nvarchar(200) | |
ImageUrl | Image of the subject | nvarchar(max) | |
Email of the subject | nvarchar(255) |
Last update:
2022-09-05