You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 theName
field instead. This winds up leavingDisplayName
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:
Metadata from EngineBlock:
Any help on this issue would be greatly appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: