Skip to content

Commit

Permalink
add IAM on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreNaveau committed Nov 30, 2023
1 parent 9aa951c commit c97ca2c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
2 changes: 1 addition & 1 deletion _OIDCplatforms/IAM.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Based on past experiences, we put together a list of the main platforms we encou
<tr>
<td>ForgeRock Identity Platform</td>
<td>All</td>
<td>Complete support of integration via jwt_private_key</td>
<td>Complete support of jwt_private_key and Client Secret</td>
</tr>
<tr>
<td>Amazon Cognito</td>
Expand Down
26 changes: 16 additions & 10 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ For more information on how itsme® can best work for your business, please <a h
<p class="description">This Service enables your users/customers to log in securely to your application.</p>
<div class="docLinks">
<a href="authentication">Direct integration API</a>
<a href="IAM">Integration to an IAM platform</a>
</div>
<img src="assets/#.svg" />
</div>
Expand All @@ -30,6 +31,7 @@ For more information on how itsme® can best work for your business, please <a h
<p class="description">This Service enables you to identify your users and access their verified data.</p>
<div class="docLinks">
<a href="identification">Direct integration API</a>
<a href="IAM">Integration to an IAM platform</a>
</div>
<img src="assets/#.svg" />
</div>
Expand All @@ -52,14 +54,18 @@ For more information on how itsme® can best work for your business, please <a h
</div>
<img src="assets/sign.svg" />
</div>
<div class="service">
<h2>IAM</h2>
<p>Identity and Access Management (IAM) platform guides, which allow to add user sign-in and/or sign-up features and control access to your web/mobile apps.</p>
<div class="docLinks">
<a href="IAM">What is an IAM?</a><br>
<a href="azureB2C">Azure B2C</a>
<a href="auth0">Auth0</a>
<a href="aws">AWS Cognito</a>
<a href="forgerock">Forgerock</a>
</div>
</div>

# IAM platforms

For your convenience and without any guarantee, we offer some guidance on how to integrate itsme to a few of the most popular 3rd party <a href="IAM">IAM platforms</a>:

<ul>
<li><a href="azureB2C">Azure B2C</a></li>
<li><a href="auth0">Auth0</a></li>
<li><a href="aws">AWS Cognito</a></li>
<li><a href="forgerock">Forgerock</a></li>
<li><a href="okta">Okta</a></li>
</ul>


0 comments on commit c97ca2c

Please # to comment.