Ability for Users to configure auth token expiration [19341]
Signed-off-by: Andy Muldoon <andy.muldoon@ericsson.com>
This commit is contained in:
committed by
Lavanya Sainik
parent
b8e9eb3f73
commit
8e8a25dba5
@@ -165,3 +165,12 @@ To try out SAML, you can use the mock identity provider:
|
||||
## Links
|
||||
|
||||
- [The Backstage homepage](https://backstage.io)
|
||||
|
||||
## Configuring Token Expiration in App Config
|
||||
|
||||
The expiration feature is not enabled unless you set this in your config file:
|
||||
|
||||
```
|
||||
auth:
|
||||
backstageTokenExpiration: { minutes: <user_defined_value> }
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user