Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ title: Configure PKCE and Claim Mapping for OIDC Connections
for OpenID Connect and Okta Workforce connections.
'twitter:title': Configure PKCE and Claim Mapping for OIDC Connections
---
import {AuthCodeBlock} from "/snippets/AuthCodeBlock.jsx";

Enterprise connections using [OpenID Connect](/docs/authenticate/identity-providers/enterprise-identity-providers/oidc) or O[kta Workforce](/docs/authenticate/identity-providers/enterprise-identity-providers/okta) as the <Tooltip tip="Identity Provider (IdP): Service that stores and manages digital identities." cta="View Glossary" href="/docs/glossary?term=identity+provider">identity provider</Tooltip> can support Proof Key for Code Exchange (PKCE), as well as attribute and token mapping.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1902,7 +1902,7 @@ phoneIdentifierChallengeManager.screen.name;

// SDK Methods return an object or array
// ex. data: { message_type: "text", phone: "+1234567890" };
phoneIdentifierChallengeManager.screenData();
phoneIdentifierChallengeManager.screen.data;
```


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,99 @@ The term `prompt` refers to a specific step of the login flow. A specific prompt
The sections below provide details for each available prompt.

<AccordionGroup>
<Accordion title="brute-force-protection">

## Screen: brute-force-protection-unblock

<Frame>![brute-force-protection-unblock reference screenshot](/docs/images/cdy7uua7fh8z/brute-force-unblock.png)</Frame>

<table class="table"><thead>
<tr>
<th><strong>Text</strong></th>
<th><strong>Key</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td>Unblock My Account</td>
<td><code>pageTitle</code></td>
</tr>
<tr>
<td>Unblock My Account</td>
<td><code>description</code></td>
</tr>
<tr>
<td>Continue</td>
<td><code>buttonText</code></td>
</tr>
<tr>
<td>$\{companyName}</td>
<td><code>logoAltText</code></td>
</tr>
</tbody>
</table>

## Screen: brute-force-protection-unblock-success

<Frame>![brute-force-protection-unblock-success reference screenshot](/docs/images/cdy7uua7fh8z/brute-force-unblock-success.png)</Frame>

<table class="table"><thead>
<tr>
<th><strong>Text</strong></th>
<th><strong>Key</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td>Unblock My Account</td>
<td><code>pageTitle</code></td>
</tr>
<tr>
<td>Unblock My Account</td>
<td><code>description</code></td>
</tr>
<tr>
<td>Continue</td>
<td><code>buttonText</code></td>
</tr>
<tr>
<td>$\{companyName}</td>
<td><code>logoAltText</code></td>
</tr>
</tbody>
</table>

## Screen: brute-force-protection-unblock-failure

<Frame>![brute-force-protection-unblock-failure reference screenshot](/docs/images/cdy7uua7fh8z/brute-force-unblock-fail.png)</Frame>

<table class="table"><thead>
<tr>
<th><strong>Text</strong></th>
<th><strong>Key</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td>Unblock My Account</td>
<td><code>pageTitle</code></td>
</tr>
<tr>
<td>Unblock My Account</td>
<td><code>description</code></td>
</tr>
<tr>
<td>Continue</td>
<td><code>buttonText</code></td>
</tr>
<tr>
<td>$\{companyName}</td>
<td><code>logoAltText</code></td>
</tr>
</tbody>
</table>

</Accordion>
<Accordion title="common">

## Screen: redeem-ticket
Expand Down Expand Up @@ -5980,100 +6073,6 @@ The sections below provide details for each available prompt.
</tbody>
</table>

</Accordion>

<Accordion title="brute-force-protection">

## Screen: brute-force-protection-unblock

<Frame>![brute-force-protection-unblock reference screenshot](/docs/images/cdy7uua7fh8z/7iOAN9mMRsGcnStYmli8iA/e4400cb427cb086119ddccd6e2c18d36/Screenshot_2025-07-22_at_1.34.29%C3%A2__PM.png)</Frame>

<table class="table"><thead>
<tr>
<th><strong>Text</strong></th>
<th><strong>Key</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td>Unblock My Account</td>
<td><code>pageTitle</code></td>
</tr>
<tr>
<td>Unblock My Account</td>
<td><code>description</code></td>
</tr>
<tr>
<td>Continue</td>
<td><code>buttonText</code></td>
</tr>
<tr>
<td>$\{companyName}</td>
<td><code>logoAltText</code></td>
</tr>
</tbody>
</table>

## Screen: brute-force-protection-unblock-success

<Frame>![brute-force-protection-unblock-success reference screenshot](/docs/images/cdy7uua7fh8z/49UsY6k83g62qpp4c2at8q/74e93b893cb1495f9c618d02eb62c35d/Screenshot_2025-07-22_at_1.34.45%C3%A2__PM.png)</Frame>

<table class="table"><thead>
<tr>
<th><strong>Text</strong></th>
<th><strong>Key</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td>Unblock My Account</td>
<td><code>pageTitle</code></td>
</tr>
<tr>
<td>Unblock My Account</td>
<td><code>description</code></td>
</tr>
<tr>
<td>Continue</td>
<td><code>buttonText</code></td>
</tr>
<tr>
<td>$\{companyName}</td>
<td><code>logoAltText</code></td>
</tr>
</tbody>
</table>

## Screen: brute-force-protection-unblock-failure

<Frame>![brute-force-protection-unblock-failure reference screenshot](/docs/images/cdy7uua7fh8z/5Oxo7dieeeH9KtVLAjQiRR/ec4cc47ff2f5123cda905fca904f8e8d/Screenshot_2025-07-22_at_1.34.58%C3%A2__PM.png)</Frame>

<table class="table"><thead>
<tr>
<th><strong>Text</strong></th>
<th><strong>Key</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td>Unblock My Account</td>
<td><code>pageTitle</code></td>
</tr>
<tr>
<td>Unblock My Account</td>
<td><code>description</code></td>
</tr>
<tr>
<td>Continue</td>
<td><code>buttonText</code></td>
</tr>
<tr>
<td>$\{companyName}</td>
<td><code>logoAltText</code></td>
</tr>
</tbody>
</table>

</Accordion>
</AccordionGroup>

Expand Down
Loading