Commit e55072e
committed
Bugfix: Disable Shibboleth / fix sign-out error
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`.1 parent f7bcd33 commit e55072e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments