clowder-framework / CONSORT-frontend

custom react frontend working with consort clowder instance
0 stars 0 forks source link

50 ci logon universities #63

Closed minump closed 10 months ago

minump commented 10 months ago

Specific IDP entities are added for CILogon. On /login page, only these identiity providers are shown.

minump commented 10 months ago

Specific universities (IDP) are used for CILogon authorize endpoint. https://www.cilogon.org/oidc#h.p_IWGvXH0okDI_ Used idphint URL-encoded entity list. Screenshot 2023-11-02 at 10 37 36 AM

Once user is logged in, the react app (client side) is rendered, starting with the Dashboard component. On successful login, the /home route is activated. User log out is not implemented in this PR as there were issues in passing the CSRF token from express app to react. This will be tackled in another issue.

minump commented 10 months ago

Ready for review @lmarini

minump commented 10 months ago

Merging to main.