uPortal-Attic / uportal-home

Alternative UI for Apereo uPortal (originally built for MyUW)
http://uportal-project.github.io/uportal-home/
Apache License 2.0
25 stars 27 forks source link

Remove "silent login" feature #922

Closed apetro closed 3 years ago

apetro commented 3 years ago

Remove no-longer-needed "silent login" feature. Instead rely upon miscService.redirectUser to bootstrap uPortal login whenever necessary.

Unifies code paths for login. No longer treating initial login vs re-login mid-session as separate things. Unifies onto the more reliable implementation. User-facing real login redirect when needed, and only when needed.


Review for security considerations