79700: Doc fixes, Spec tests authService & ariaLabelledBy for idle-modal

This commit is contained in:
Marie Verdonck
2021-07-01 15:50:21 +02:00
parent 829ce12710
commit 6c219e72d5
5 changed files with 88 additions and 10 deletions

View File

@@ -35,16 +35,16 @@ export const environment: Partial<GlobalConfig> = {
timePerMethod: {[RestRequestMethod.PATCH]: 3} as any // time in seconds
}
},
// Authority settings
// Authentication settings
auth: {
// Authority UI settings
// Authentication UI settings
ui: {
// the amount of time before the idle warning is shown
timeUntilIdle: 20000, // 20 sec
// the amount of time the user has to react after the idle warning is shown before they are logged out.
idleGracePeriod: 20000, // 20 sec
},
// Authority REST settings
// Authentication REST settings
rest: {
// If the rest token expires in less than this amount of time, it will be refreshed automatically.
// This is independent from the idle warning.