Skip to content

Bugfix: Disable Shibboleth / fix sign-out error - #3594

Open
aaronskiba wants to merge 1 commit into
mainfrom
aaron/bugfix/shibboleth-signout-error
Open

Bugfix: Disable Shibboleth / fix sign-out error#3594
aaronskiba wants to merge 1 commit into
mainfrom
aaron/bugfix/shibboleth-signout-error

Conversation

@aaronskiba

Copy link
Copy Markdown
Contributor

Changes proposed in this PR:

Although config.x.shibboleth.enabled was previously set to true, Shibboleth sign-in was not working within the app. Additionally, signing out of the app was throwing the following error.

Routing Error
No route matches [GET] "/Shibboleth.sso/Logout"

This error can be traced to ApplicationController#after_sign_out_path_for.

Although `config.x.shibboleth.enabled` was previously set to true, Shibboleth sign-in was not working within the app. Additionally, signing out of the app was throwing the following error.
```
Routing Error
No route matches [GET] "/Shibboleth.sso/Logout"
```

This error can be traced to `ApplicationController#after_sign_out_path_for`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant