Details
-
Bug
-
Status: Closed (View Workflow)
-
P2
-
Resolution: Done
-
None
-
None
Description
kszucs ran into an issue with the sso-landing which appears to be a bug. After successful authentication via /sso-landing via token the token is being set and when the user clicks on "continue" it ends up here:
https://github.com/folio-org/stripes-core/blob/master/src/Root.js#L104
Since the token is already set the LoginCtrl never renders. We need to make sure it renders to get all other resources needed by the system.