frontend
frontend copied to clipboard
ORCID Authentication Display Enhancements
One of the primary reasons to implement #753 was to authenticate with ORCID. We had a demo of the work presented with ORCID representatives, and several issue were noted.
ORCID would like me to add two things.
- [ ] When successfully authenticated, an explicit message to user should be displayed telling them that they have been authenticated with ORCID
- [ ] After a user is logged in with ORCID, they want the user's ORCID to be prominently displayed along with the ORCID logo
For display of login, does catanie have a message or alert mechanism that could be plugged into? Something that appears for a few seconds and disappears?
For the display of orcid and logo, there would have to be some sort of modification to user-settings.component.ts
and user-settings-component.html
. I'm not sure how to handle that in a fashion that will work on a per-facility basis:
- Add field to the UserIdentity for orcid and add it on authentication
- If orcid appears, add it with the branding that ORCID wants?