uPortal-Attic / uportal-app-framework

Framework for creating uPortal Applications
http://uportal-project.github.io/uportal-app-framework/
Apache License 2.0
23 stars 31 forks source link

Pivot away from asynchronous "silent" login #1018

Closed apetro closed 3 years ago

apetro commented 3 years ago

Heads up, this one's important.

(The specific line-by-line changes here aren't important. These lines look like bugfixes because they're bugfixes. It's the big picture, the pivot in approach to how login works, that's important.)

Big picture: with improvements to miscService.redirectUser it is now preferable to trigger all logins via miscService.redirectUser or via direct hyperlink to login (in the case of a login button on public.my, say.)

Therefore:

Expected result: with corresponding changes in uPortal-home ( https://github.com/uPortal-Project/uportal-home/pull/922 ), we get to fewer code paths that trigger login with better results.


Review for security considerations

PR considerations checklist: