Definition
Some parameters about users sessions can be configured by tenant.
Configuration
You can access the Session configuration :
-
by clicking on "Access" → “Session”
-
by clicking on "System" → "Configurations" → "Access Service" and perform an import/export.
Properties
|
Property name |
Type |
Mandatory |
Description |
Values (default value in bold) |
|---|---|---|---|---|
|
timeout |
|
NO |
Maximum time a session can remain valid before requiring the user to authenticate again. |
PT10H |
|
idleTimeout |
|
NO |
Maximum time a session can remain idle before requiring the user to authenticate again. |
PT10H |
|
maxSessions |
|
NO |
Maximum number of sessions allowed for a user |
2 |
Example
<maiaamcp:SessionConfiguration>
<timeout>PT10H</timeout>
<idleTimeout>PT10H</idleTimeout>
<maxSessions>2</maxSessions>
</maiaamcp:SessionConfiguration>
Read Next
-
Access Attributes Access Attributes Definitions define attributes that can be used for authentication and in application’s federations.
-
OAuth2 OAuth2 configuration allows to define some global parameters that will apply to all OAuth2/OpenID Connect federations of the tenant.
-
Session -
Attribute Functions Attribute Functions allow you to evaluate and manipulate attributes to be sent to applications through a Federation.