Skip to content

Commit b6d6bdf

Browse files
removing last references to JWT
1 parent 205a537 commit b6d6bdf

File tree

6 files changed

+18
-14
lines changed

6 files changed

+18
-14
lines changed

src/pages/guides/credentials.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,35 +10,39 @@ To view credentials for events, select the specific event registration from the
1010

1111
## Credential details
1212

13-
You can select a specific API from the left navigation to view its details or you can select a credential type under *Credentials* in the left navigation in order to view the *Credential details* and perform other actions (generate JWT tokens, copy credential details, retrieve client secrets, etc.) as needed.
13+
You can select a specific API from the left navigation to view its details or you can select a credential type under *Credentials* in the left navigation in order to view the *Credential details* and perform other actions (generate access tokens, copy credential details, retrieve client secrets, etc.) as needed.
1414

1515
If multiple services have been added to the project or workspace using the same credentials, they will each be listed under the *Connected products and services* on the right-hand side of the details tab.
1616

17-
For example, selecting **Service Account (JWT)** under *Credentials* will open the *Credential details* for all products and services connected using JWT.
17+
For example, selecting **OAuth Server-to-Server** under *Credentials* will open the *Credential details* for all products and services connected using this credential.
1818

1919
![](../images/credentials-details.png)
2020

21-
## Generate JWT
21+
## Generate Access token
2222

23-
If you selected **Service Account (JWT)** under *Credentials* you will be presented with the *Credential details* for all products and services connected using JWT.
23+
If you selected **OAuth Server-to-Server** under *Credentials* you will be presented with the *Credential details* for all products and services connected using this credential.
2424

25-
You can also select **Generate JWT** in order to view a sample *JWT Payload* or *Generate custom JWT* by copying and pasting your private key into the available field and choosing **Generate Token**.
25+
To generate a token, click on the button "Generate access token"
2626

27-
![](../images/credentials-generate-jwt.png)
27+
![](../../images/services-api-oauth-s2s-generate-token-2.png)
2828

29-
If successful, the *Generated JWT* will be visible as well as a *Sample cURL command*. You can select *Clear generated JWT* in order to clear the screen and generate a new token.
29+
You can also view the cURL command you could use to generate access tokens programmatically.
3030

31-
![](../images/credentials-generated-jwt.png)
31+
![](../../images/services-api-oauth-s2s-view-curl-command.png)
3232

33-
## OAuth
33+
You can also view the scopes per service to generate an access token that only works for a subset of services in your project.
3434

35-
By selecting **OAuth** under *Credentials*, you will be shown all products and services connected to your project using OAuth 2.0 authenication and authorization.
35+
![](../../images/services-api-oauth-s2s-view-scopes.png)
36+
37+
## OAuth User authentication
38+
39+
By selecting an OAuth User authentication credential under *Credentials*, you will be shown all products and services connected to your project using OAuth 2.0 authenication and authorization.
3640

3741
From here, you can view and copy the *Client ID*, retrieve the client secret, and view the *Platform* type as well as the *Redirect URL*.
3842

3943
Within the *Credential details* screen you can also choose to download the OAuth JSON file, edit the credential, or delete the credential using the buttons provided in the top-right corner of the screen.
4044

41-
![](../images/credentials-oauth-web.png)
45+
![](../../images/services-api-oauth-user-auth-credential-overview.png)
4246

4347
## API key
4448

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ The first step in configuration is to choose your event subscriptions. This requ
2626

2727
## Credentials
2828

29-
The next step in configuring your event registration is to configure the authentication credentials. This could be a service account (JWT) or OAuth, depending on the type of event being configured. The example in this document uses OAuth 2.0 authentication and authorization.
29+
The next step in configuring your event registration is to configure the authentication credentials. This could be a OAuth Server-to-Server credential or OAuth User authentication credential, depending on the type of event being configured. The example in this document uses OAuth 2.0 user authentication credential.
3030

3131
<InlineAlert slots="text"/>
3232

3333
To learn more about authentication and available types, visit the [authentication documentation](../authentication/index.md).
3434

35-
To configure an Event using OAuth 2.0 authentication and authorization, you must first select the platform where you want to use this integration: Web App, Single Page App, or Native App. Please note, depending on the selected event provider not all platform choices may be available.
35+
To configure an Event using OAuth 2.0 user authentication credential, you must first select the platform where you want to use this integration: Web App, Single Page App, or Native App. Please note, depending on the selected event provider not all platform choices may be available.
3636

3737
Once you have selected a platform, you will be required to provide a *Redirect URI*, which is a fallback URI to be used if the authorization request contains a redirect URI which doesn't match the Redirect URI list or doesn't contain a `redirect_uri` parameter.
3838

@@ -66,7 +66,7 @@ You can also remove an event registration from the event overview by selecting *
6666

6767
## Credentials
6868

69-
The *Credentials* tab shows details related to the event authentication method, allowing you to perform actions such as copying a Client ID, retrieving the client secret, generating a JWT token, etc depending on the type of authentication used.
69+
The *Credentials* tab shows details related to the event authentication method, allowing you to perform actions such as copying a Client ID, retrieving the client secret, generating an access token, etc depending on the type of authentication used.
7070

7171
![](../../images/events-credentials.png)
7272

342 KB
Loading
196 KB
Loading

src/pages/images/quota-usage.png

232 KB
Loading
37.6 KB
Loading

0 commit comments

Comments
 (0)