Skip to content

Commit

Permalink
fix markdown conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
Léo TUAILLON committed Dec 7, 2023
1 parent 6fda3e0 commit 76741c6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/b2c-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ By the end, you should have recorded the following information:
* Record the **tenant ID** and the **tenant name**.

1. After creating your Azure AD B2C Tenant and registering your applications, you need to set up OpenID Connect to secure your applications. Here’s how to find your OpenID authority and OpenID metadata URL:

1. **Determine your OpenID Authority**:
- Your OpenID Authority is the issuer URL of your Azure AD B2C Tenant. It typically follows the format: `https://<tenant-name>.b2clogin.com/<tenant-name>.onmicrosoft.com/v2.0/`.
- Replace `<tenant-name>` with your actual tenant name.

* Your OpenID Authority is the issuer URL of your Azure AD B2C Tenant. It typically follows the format: `https://<tenant-name>.b2clogin.com/<tenant-name>.onmicrosoft.com/v2.0/`.
* Replace `<tenant-name>` with your actual tenant name.
2. **Find your OpenID Metadata URL**:

Check failure on line 22 in docs/b2c-applications.md

View workflow job for this annotation

GitHub Actions / lint-documentation

Ordered list item prefix [Expected: 1; Actual: 2; Style: 1/1/1]

docs/b2c-applications.md:22:1 MD029/ol-prefix Ordered list item prefix [Expected: 1; Actual: 2; Style: 1/1/1]
- The OpenID Metadata URL for Azure AD B2C tenants is usually in the format: `https://<tenant-name>.b2clogin.com/<tenant-name>.onmicrosoft.com/v2.0/.well-known/openid-configuration?p=<policy-name>`.
- Replace `<tenant-name>` and `<policy-name>` with your actual tenant name and the policy name you are using (like B2C_1_SignUpSignIn).
* The OpenID Metadata URL for Azure AD B2C tenants is usually in the format: `https://<tenant-name>.b2clogin.com/<tenant-name>.onmicrosoft.com/v2.0/.well-known/openid-configuration?p=<policy-name>`.
* Replace `<tenant-name>` and `<policy-name>` with your actual tenant name and the policy name you are using (like B2C_1_SignUpSignIn).
3. Make sure to record the OpenID authority and OpenID metadata URL for future configuration steps.

Check failure on line 25 in docs/b2c-applications.md

View workflow job for this annotation

GitHub Actions / lint-documentation

Ordered list item prefix [Expected: 1; Actual: 3; Style: 1/1/1]

docs/b2c-applications.md:25:1 MD029/ol-prefix Ordered list item prefix [Expected: 1; Actual: 3; Style: 1/1/1]
1. Configure the requiered AD Applications.
1. Create the **IoT Hub Portal API** Application:
Expand Down

0 comments on commit 76741c6

Please sign in to comment.