Skip to content

Commit 0f090ba

Browse files
authored
Merge pull request #2751 from port-labs/PORT-14724-bug-small-typo
changed challange to challenge typo
2 parents b4c0e14 + 10f388b commit 0f090ba

File tree

1 file changed

+2
-2
lines changed
  • docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/embedded-url

1 file changed

+2
-2
lines changed

docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/embedded-url/authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ The following diagram outlines the login scheme used to authenticate with your S
1111

1212
Here is an explanation of the login flow:
1313

14-
1. The widget will generate a PKCE `code_verifier` & `code_challange`;
15-
2. The widget URL is set to the `authorizationUrl` along with the `clientId` and the generated `code_challange`;
14+
1. The widget will generate a PKCE `code_verifier` & `code_challenge`;
15+
2. The widget URL is set to the `authorizationUrl` along with the `clientId` and the generated `code_challenge`;
1616
3. The widget will then be redirected to the SSO sign-in page;
1717
4. The user will sign in using the SSO (If the user is already signed in to the SSO, this step will happen automatically);
1818
5. The SSO sign-in page will redirect the widget back to https://app.getport.io with the authorization `code` as a URL hash parameter;

0 commit comments

Comments
 (0)