mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
8 lines
269 B
Gherkin
8 lines
269 B
Gherkin
Feature: User is redirected to authelia when he is not authenticated
|
|
|
|
Scenario: User is redirected to authelia
|
|
Given I'm on https://home.test.local:8080
|
|
When I click on the link to secret.test.local
|
|
Then I'm redirected to "https://auth.test.local:8080/"
|
|
|