added link to portal documentation

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
This commit is contained in:
Sascha Wiswedel 2019-10-10 14:09:47 +02:00
parent f287b31526
commit 7d1cc5f64f
No known key found for this signature in database
GPG key ID: DC336C0F05DBA0CD
2 changed files with 4 additions and 1 deletions

View file

@ -23,6 +23,9 @@ While theoretically any other authentication provider implementing either one of
<types> <types>
<authentication/> <authentication/>
</types> </types>
<documentation>
<admin>https://portal.nextcloud.com/article/configuring-single-sign-on-10.html</admin>
</documentation>
<category>integration</category> <category>integration</category>
<website>https://github.com/nextcloud/user_saml</website> <website>https://github.com/nextcloud/user_saml</website>
<bugs>https://github.com/nextcloud/user_saml/issues</bugs> <bugs>https://github.com/nextcloud/user_saml/issues</bugs>

View file

@ -8,7 +8,7 @@ style('user_saml', 'admin');
<h2 class="inlineblock"><?php p($l->t('SSO & SAML authentication')); ?></h2> <h2 class="inlineblock"><?php p($l->t('SSO & SAML authentication')); ?></h2>
<a target="_blank" rel="noreferrer" class="icon-info" <a target="_blank" rel="noreferrer" class="icon-info"
title="<?php p($l->t('Open documentation'));?>" title="<?php p($l->t('Open documentation'));?>"
href="<?php p(link_to_docs('admin-sso')); ?>"></a> href="https://portal.nextcloud.com/article/configuring-single-sign-on-10.html"></a>
<div id="user-saml-save-indicator" class="msg success inlineblock" style="display: none;"><?php p($l->t('Saved')); ?></div> <div id="user-saml-save-indicator" class="msg success inlineblock" style="display: none;"><?php p($l->t('Saved')); ?></div>