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
With these tests, OIDC relevant redirects will be tested. Start of every test is invoking the authorize endpoint which should result in different outcomes:
select_account prompt should result in /accounts
login prompt - no session available - should end up in an error stating no session was found
login prompt - previously authenticated password user - should end up on the password page for reauthentication
none prompt - no session available - error
none prompt - previously authenticated password user - should end up in a valid callback
no prompt - no session available - should redirect to /loginname
no prompt - previously authenticated password user - should end up in a valid callback
The text was updated successfully, but these errors were encountered:
With these tests, OIDC relevant redirects will be tested. Start of every test is invoking the authorize endpoint which should result in different outcomes:
select_account
prompt should result in /accountslogin
prompt - no session available - should end up in an error stating no session was foundlogin
prompt - previously authenticated password user - should end up on the password page for reauthenticationnone
prompt - no session available - errornone
prompt - previously authenticated password user - should end up in a valid callback/loginname
The text was updated successfully, but these errors were encountered: