Skip to content

Commit 3ade889

Browse files
committed
fix : updated content
1 parent e5a3571 commit 3ade889

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

src/pages/guides/authentication/UserAuthentication/implementation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ A *Redirect URI pattern* is a URI path (or comma-separated list of URI paths) to
9999

100100
<InlineAlert slots="text"/>
101101

102-
You can use wildcards in the redirect URI pattern to club multiple redirect URIs together. Remember to escape periods (**.**) with **\\**. For example, **https://example\\.com/**.
102+
You can use wildcards in the redirect URI pattern to club multiple redirect URIs together. Remember to escape periods (`**.**`) with `**\\**`. For example, `**https://example\\.com/**`.
103103

104104
## OAuth 2.0 Scopes
105105

@@ -148,7 +148,7 @@ There are several great resources to get more familiar with the OAuth2.0 framewo
148148
+ [Proof Key for Code Exchange by OAuth Public Clients - RFC 7636](https://datatracker.ietf.org/doc/html/rfc7636)
149149
+ [StackOverflow](https://stackoverflow.com/questions/tagged/oauth-2.0)
150150
+ Authentication API Reference
151-
+ [Authorize Request](../ims.md#authorize-request)
152-
+ [Fetching Access Tokens](../ims.md#fetching-access-tokens-for-user-authentication-credentials)
153-
+ [Refreshing Access Tokens](../ims.md#refreshing-access-tokens)
154-
+ [Revoking a Token](../ims.md#token-revocation)
151+
+ [Authorize Request](./ims.md#authorize-request)
152+
+ [Fetching Access Tokens](./ims.md#fetching-access-tokens-for-user-authentication-credentials)
153+
+ [Refreshing Access Tokens](./ims.md#refreshing-access-tokens)
154+
+ [Revoking a Token](./ims.md#token-revocation)

src/pages/guides/services/services-add-api-oauth-user-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ A *Redirect URI pattern* is a URI path (or comma-separated list of paths) to whi
8484

8585
<InlineAlert slots="text"/>
8686

87-
You must escape periods (**.**) with **\\**. For example, **https://example\\.com/**.
87+
You must escape periods (`**.**`) with `**\\**`. For example, `**https://example\\.com/**`.
8888

8989
### Web
9090

src/pages/guides/services/services-add-event.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ Once you have selected a platform, you will be required to provide a *Redirect U
3939
<InlineAlert slots="text"/>
4040

4141
The *Redirect URI* must use HTTPS (for example, [https://redirect.com/uri/et](https://redirect.com/uri/et)) and cannot be a regular expression.
42-
After entering a redirect that matches the appropriate formatting, you can then select **Next** to proceed with event configuration.
42+
43+
After entering a redirect that matches the appropriate formatting, you can then select Next to proceed with event configuration.
4344

4445
![](../../images/events-configure-auth.png)
4546

0 commit comments

Comments
 (0)