Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reg-app
Regapp
Commits
0f866851
Commit
0f866851
authored
Nov 25, 2020
by
michael.simon
Browse files
change displayname on saml sp request
parent
1acaa04f
Changes
1
Hide whitespace changes
Inline
Side-by-side
bwreg-webapp/src/main/webapp/welcome/index.xhtml
View file @
0f866851
...
...
@@ -31,7 +31,10 @@
<p:outputPanel
rendered=
"#{not empty discoveryLoginBean.spMetadata}"
style=
"margin-top: 8px;"
>
<h:outputText
value=
"#{messages.welcome_redirected}"
/><br/>
<b><h:outputText
value=
"#{discoveryLoginBean.spMetadata.displayName}"
/></b>
<b>
<h:outputText
value=
"#{discoveryLoginBean.spMetadata.displayName}"
rendered=
"#{not empty discoveryLoginBean.spMetadata.displayName}"
/>
<h:outputText
value=
"#{discoveryLoginBean.spMetadata.entityId}"
rendered=
"#{empty discoveryLoginBean.spMetadata.displayName}"
/>
</b>
</p:outputPanel>
<p:outputPanel
rendered=
"#{not empty discoveryLoginBean.clientConfig}"
style=
"margin-top: 8px;"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment