You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: A user authenticates with a service provider configured for second-factor-only
2
+
In order to login on a service provider
3
+
As a user
4
+
I must verify the second factor without authenticating with an identity provider
5
+
6
+
Scenario: A user logs in using SFO using a GSSP token
7
+
Given a service provider configured for second-factor-only with loa 1.5
8
+
And a user "jane-a1" identified by "urn:collab:person:institution-a.example.com:jane-a1" from institution "institution-a.example.com" with UUID "00000000-0000-4000-8000-000000000001"
9
+
When I start an SFO authentication for "urn:collab:person:institution-a.example.com:jane-a1" with GSSP extension subject "jane-a1@institution-a.example.com" and institution "institution-a.example.com"
10
+
And I verify the azuremfa gssp second factor with email address "jane-a1@institution-a.example.com"
11
+
Then I am logged on the service provider
12
+
13
+
Scenario: A user cancels SFO authn with a gssp token
14
+
Given a service provider configured for second-factor-only with loa 1.5
15
+
When I start an SFO authentication for "urn:collab:person:institution-a.example.com:jane-a1" with GSSP extension subject "jane-a1@institution-a.example.com" and institution "institution-a.example.com"
16
+
And I cancel the "azuremfa-gssp" second factor authentication
0 commit comments