Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

DisplayName in Metadata imported as Name #618

Open
precurse opened this issue Nov 25, 2016 · 0 comments
Open

DisplayName in Metadata imported as Name #618

precurse opened this issue Nov 25, 2016 · 0 comments

Comments

@precurse
Copy link

Janus Version: 1.22.1, but older versions affected too.

Hello, we've noticed the strange behaviour with Janus when importing IdP metadata.

Even when the DisplayName element is filled out in the SAML Metadata and we import it via the Janus web-ui, DisplayName is placed into the Name field instead. This winds up leaving DisplayName field empty through the web-ui and in turn the EngineBlock https://engineblock.openconext.example/authentication/proxy/idps-metadata URL leaves that field empty.

Metadata directly from IdP:

<mdui:UIInfo xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui">
<mdui:DisplayName xml:lang="en">Test Organization</mdui:DisplayName>
<mdui:Description xml:lang="en">This is an Example AD</mdui:Description>
<mdui:Keywords xml:lang="en">idp</mdui:Keywords>
</mdui:UIInfo>

Metadata from EngineBlock:

<mdui:UIInfo>
<mdui:Description xml:lang="en">This is an Example AD</mdui:Description>
<mdui:Keywords xml:lang="en">idp</mdui:Keywords>
</mdui:UIInfo>

Any help on this issue would be greatly appreciated.

Thanks!

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

No branches or pull requests

1 participant