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

cas_authenticatable strategy always returns 401 when using FakeCAS #156

Open
jacobwalkr opened this issue Jun 10, 2021 · 0 comments
Open

Comments

@jacobwalkr
Copy link

In test, RackCAS's Fake CAS always seems to redirect back to CasAuthenticatableController#new, which always returns 401, which creates a loop. It does create the session correctly but after signing in with Fake CAS, you have to manually navigate back to your app.

Is it worth checking for an existing session in CasAuthenticatableController#new before returning 401?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant