mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
6 lines
254 B
Gherkin
6 lines
254 B
Gherkin
Feature: Authentication scenarii
|
|
|
|
Scenario: Logout redirects user to redirect URL given in parameter
|
|
When I visit "https://login.example.com:8080/logout?rd=https://home.example.com:8080/"
|
|
Then I'm redirected to "https://home.example.com:8080/"
|