Add link to external SSO profile to profile page

PR Submitted (ping @nec286)

@pfaffman, you would use this #howto to implement it via a site customization (also see example below)

<script type='text/x-handlebars' data-template-name='/connectors/above-user-preferences/sso_notice'>
{{#if siteSettings.enable_sso}}
  modified contents of connectors/above-user-preferences/sso_notice.hbs file goes here
{{/if}}
</script>  
5 Likes