-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Authorization tests #40
Conversation
Part of implementing the developer strategy for development and testing is to use it to replace the identity strategy. So, for local development the login path should go to a page where one can log in using the developer strategy. It would be useful for that page to have text on it describing how to log in for various purposes (based on the test GroupResolover) Currently it looks like the login still uses the identity strategy. |
For Developer strategy in interface: |
To avoid these routes stepping on shib for prod, this is in the sessions controller:
|
Improved example for new sessions view from Illinois Data bank for local login using developer strategy:
|
PR note:
This PR includes a migration to remove the Identities table and removes the omniauth-identities gem. Developers will need to run the following commands on their local machines to apply the changes:
bundle install
rails db:migrate:up VERSION=20250117012345
Summary of Changes: