You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2017/08/25 15:37:34 UTC

[5/6] syncope git commit: [SYNCOPE-1197] SAML label must be hidden when no IdPs are configured

[SYNCOPE-1197] SAML label must be hidden when no IdPs are configured


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/5b9cb93d
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/5b9cb93d
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/5b9cb93d

Branch: refs/heads/2_0_X
Commit: 5b9cb93da8d0b82ae35e8353372b47d275d19a80
Parents: 4e6f6d0
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Aug 25 17:37:12 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Aug 25 17:37:12 2017 +0200

----------------------------------------------------------------------
 .../src/main/resources/META-INF/resources/app/views/self.html      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/5b9cb93d/client/enduser/src/main/resources/META-INF/resources/app/views/self.html
----------------------------------------------------------------------
diff --git a/client/enduser/src/main/resources/META-INF/resources/app/views/self.html b/client/enduser/src/main/resources/META-INF/resources/app/views/self.html
index f895c1b..7d388a5 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/views/self.html
+++ b/client/enduser/src/main/resources/META-INF/resources/app/views/self.html
@@ -53,7 +53,7 @@ under the License.
                           ng-click="login(credentials)">Login</button>
                 </div>
                 <div class="form-group">
-                  <span>SAML 2.0</span>
+                  <span ng-if="$root.saml2spExtAvailable()">SAML 2.0</span>
                   <select id="saml2sp" style="width: 100%; text-align: left;" class="btn dropdown-toggle btn-default"
                           ng-if="$root.saml2spExtAvailable()"
                           ng-options="idp.name for idp in saml2idps.available track by idp.entityID"