Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve CILogon linked accounts readability #887

Open
lagoan opened this issue Sep 6, 2024 · 2 comments
Open

Improve CILogon linked accounts readability #887

lagoan opened this issue Sep 6, 2024 · 2 comments

Comments

@lagoan
Copy link
Collaborator

lagoan commented Sep 6, 2024

After adding SSO with CILogon we show the credential ID on the users profile page in view

.

We should change this to something more useful, such as the user's email as suggested by @aaronskiba

https://github.com/portagenetwork/roadmap/pull/872/files#r1747485592

@aaronskiba
Copy link
Collaborator

The below text/wording regarding "Institutional credentials" should be further considered too. CILogon does not limit the user to institutional credentials when linking an account.

<i class="fas fa-user" title="<%= _('Institutional credentials') %>" aria-hidden="true"></i>
        &nbsp;
        <%= link_to _('Link your institutional credentials'),
                    Rails.application.routes.url_helpers.send("user_openid_connect_omniauth_authorize_path"),
                    title: _("Link your institutional credentials to access your account with them."),
                    'data-toggle': "tooltip", method: :post %>

@aaronskiba
Copy link
Collaborator

Also, maybe a separate issue, but do we want the link account feature to redirect back to homepage? It might be best to stay on the profile page so the user can verify that the link was successful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants