authelia/internal/configuration/schema
Clément Michaud d1d02d9eae
[FIX] Redirect to default URL after 1FA when default policy is one_factor. (#611)
* Redirect to default URL after 1FA when default policy is one_factor.

User is now redirected to the default redirection URL after 1FA if
the default policy is set to one_factor and there is no target URL
or if the target URL is unsafe.

Also, if the default policy is set to one_factor and the user is already
authenticated, if she visits the login portal, the 'already authenticated'
view is displayed with a logout button.

This fixes #581.

* Update users.yml

* Fix permissions issue causing suite test failure
2020-02-05 08:18:02 +11:00
..
access_control.go Introduce viper in order to read secrets from env variables. 2020-01-22 10:15:25 +11:00
authentication.go Introduce viper in order to read secrets from env variables. 2020-01-22 10:15:25 +11:00
configuration.go [FIX] Redirect to default URL after 1FA when default policy is one_factor. (#611) 2020-02-05 08:18:02 +11:00
duo.go Introduce viper in order to read secrets from env variables. 2020-01-22 10:15:25 +11:00
notifier.go Introduce viper in order to read secrets from env variables. 2020-01-22 10:15:25 +11:00
regulation.go Introduce viper in order to read secrets from env variables. 2020-01-22 10:15:25 +11:00
session.go Introduce viper in order to read secrets from env variables. 2020-01-22 10:15:25 +11:00
storage.go Introduce viper in order to read secrets from env variables. 2020-01-22 10:15:25 +11:00
totp.go Introduce viper in order to read secrets from env variables. 2020-01-22 10:15:25 +11:00
validator.go Move source code into internal directory to follow standard project layout. 2019-11-17 16:30:33 +01:00
validator_test.go Rename org from clems4ever to authelia 2019-12-24 13:14:52 +11:00