2017-10-08 22:28:46 +00:00
|
|
|
Feature: Authentication scenarii
|
2017-07-26 21:45:26 +00:00
|
|
|
|
2017-09-21 20:07:34 +00:00
|
|
|
Scenario: Logout redirects user to redirect URL given in parameter
|
2018-04-24 21:03:05 +00:00
|
|
|
When I visit "https://login.example.com:8080/logout?rd=https://home.example.com:8080/"
|
2017-11-02 20:34:07 +00:00
|
|
|
Then I'm redirected to "https://home.example.com:8080/"
|