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 user login experience by adding metadata which can be displayed in the IdP login flow #116

Open
SteelWagstaff opened this issue Apr 15, 2022 · 0 comments

Comments

@SteelWagstaff
Copy link
Member

A user writes:

A Shibboleth IdP supports echoing data in the metadata onto its login screen. You may want to look into adding these data elements to your metadata generation process:

  1. If you add xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui" to the <md:EntityDescriptor entityID=...... line before the closing >
  2. Then add the following lines after the line starting with:
<md:SPSSODescriptor ...................>
     <md:Extensions>
        <mdui:UIInfo>
            <mdui:DisplayName xml:lang="en">Pressbooks EDU</mdui:DisplayName>
            <mdui:InformationURL xml:lang="en">https://.....................................................</mdui:InformationURL>
            <mdui:PrivacyStatementURL xml:lang="en">https://.........................................................</mdui:PrivacyStatementURL>
            <mdui:Logo height="65" width="161" xml:lang="en">https://pressbooks.org/app/uploads/2018/01/opengraph.png</mdui:Logo>
        </mdui:UIInfo>

The mdui claim has other elements that can be added. The results make the login page look like:
Screenshot from 2022-01-14 14-02-54

@SteelWagstaff SteelWagstaff changed the title Improve post logout message Improve user login experience by adding metadata which can be displayed in the IdP login flow Apr 15, 2022
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

1 participant