Skip to content

Commit

Permalink
Use HTML instead of Markdown link for badges in header
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla committed Feb 26, 2021
1 parent 77413e4 commit ab32e64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ An image named `company-logo.png` in `./public/` is accessible through `/company
The dotfiles are not exposed. It means that every file name that starts with `.`, such as `.htaccess` or `.gitignore`, are not served.
:::

### Single Sign On [<Badge text="Gold" type="warning" vertical="middle"/>](https://strapi.io/pricing)
### Single Sign On <a href="https://strapi.io/pricing"><Badge text="Gold" type="warning" vertical="middle"/></a>

Single-Sign-On on Strapi allows you to configure additional sign-in and sign-up methods for your administration panel.

Expand Down
4 changes: 2 additions & 2 deletions docs/user-docs/latest/settings/managing-global-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Global settings for plugins and features are managed from *General > Settings* in the main navigation of the admin panel.

## Configuring Single Sign-On [<Badge text="Gold" type="warning" vertical="middle"/>](https://strapi.io/pricing)
## Configuring Single Sign-On <a href="https://strapi.io/pricing"><Badge text="Gold" type="warning" vertical="middle"/></a>

Single Sign-On (SSO) can be made available on a Strapi application to allow administrators to authenticate through an identity provider (e.g. Microsoft Azure Active Directory).

Expand All @@ -16,4 +16,4 @@ To configure the SSO feature settings:
| Setting name | Instructions |
| ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Auto-registration | Click on **ON** to allow the automatic creation of a new Strapi administrator when an SSO login does not match an existing Strapi administrator account. If this setting is set on **OFF**, new Strapi administrators accounts must be created manually beforehand. |
| Default role | Choose among the drop-down list the role to attribute by default to auto-registrated Strapi administrators through SSO login. |
| Default role | Choose among the drop-down list the role to attribute by default to auto-registrated Strapi administrators through SSO login. |

0 comments on commit ab32e64

Please sign in to comment.