Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OIDC acceptance tests #315

Open
7 tasks
peintnermax opened this issue Dec 9, 2024 · 0 comments
Open
7 tasks

Add OIDC acceptance tests #315

peintnermax opened this issue Dec 9, 2024 · 0 comments

Comments

@peintnermax
Copy link
Member

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🧐 Investigating
Development

No branches or pull requests

2 participants