JwtSettings Properties |
The JwtSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| Algorithm |
Token key algorithm
| |
| Claims |
List of claims. The claims will be composed by key and value.
The key will be a fixed value
The value can be a fixed value or use string interpolation (e.g.: {userUid}@{environmentId})
| |
| ExpiresInHours |
Token expire in hours
| |
| Groups |
groups claim. It can be a fixed value or an string interpolation (e.g.: {userUid}@{environmentId})
Allowed keys: {userUid}, {environmentId}
| |
| PrivateKey |
Private key, part of the private - public key
| |
| PublicKey |
Public key, part of the private - public key
| |
| ReturnUrl |
Return url
(Inherited from TokenSettings.) | |
| ReturnUrlExtraParameters |
extra parameters to be added to the return url
(Inherited from TokenSettings.) | |
| SharedKey |
Shared key for symmethric algoritm
| |
| Uid |
Unique identifier
(Inherited from TokenSettings.) |