Skip to content

Commit 3264856

Browse files
committed
Updated metadata, added sidebar nav
1 parent e0cc48d commit 3264856

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

articles/dashboard/guides/tenants/revoke-application-signing-keys.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Revoke Application Signing Keys
3-
description: Learn how to revoke your tenant's application signing key, which is used to sign tokens and SAML assertions, using the Auth0 Dashboard and Auth0 Management API.
3+
description: Learn how to revoke your tenant's application signing key using the Auth0 Dashboard and Auth0 Management API. Application signing keysmare used to sign ID Tokens, Access Tokens, SAML assertions and WS-Fed assertions that are sent to your application.
44
topics:
55
- tokens
66
- access-tokens

articles/dashboard/guides/tenants/rotate-application-signing-keys.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Rotate Application Signing Keys
3-
description: Learn how to rotate your tenant's application signing key, which is used to sign tokens and SAML assertions, using the Auth0 Dashboard and Auth0 Management API.
3+
description: Learn how to rotate your tenant's application signing key using the Auth0 Dashboard and Auth0 Management API. Application signing keysmare used to sign ID Tokens, Access Tokens, SAML assertions and WS-Fed assertions that are sent to your application.
44
topics:
55
- tokens
66
- access-tokens

articles/dashboard/guides/tenants/view-application-signing-keys.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: View Application Signing Keys
3-
description: Learn how to view your tenant's application signing keys, which are used to sign tokens and SAML assertions, using the Auth0 Dashboard and Auth0 Management API.
3+
description: Learn how to view your tenant's application signing keys using the Auth0 Dashboard and Auth0 Management API. Application signing keysmare used to sign ID Tokens, Access Tokens, SAML assertions and WS-Fed assertions that are sent to your application.
44
topics:
55
- tokens
66
- access-tokens

articles/tokens/guides/manage-application-signing-key.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Learn how to manage your tenant's application signing key, which is used to sign tokens and SAML assertions.
2+
description: Learn how to manage your tenant's application signing key, which is used to sign ID Tokens, Access Tokens, SAML assertions and WS-Fed assertions that are sent to your application.
33
topics:
44
- tokens
55
- access-tokens
@@ -28,7 +28,7 @@ When a user signs in to your application, we create a token that contains inform
2828
For security purposes, you may manually rotate your signing key on a periodic basis.
2929

3030
::: note
31-
We use the application signing key to sign assertions that are sent to applications. These assertions may include ID Tokens, Access Tokens, SAML assertions, and WS-Fed assertions. Note that these keys are different from those used to sign interactions with connections, including signing SAML Requests to IdPs and encrypting responses from IdPs.
31+
We use the application signing key to sign assertions that are sent to applications. These assertions may include ID Tokens, Access Tokens, SAML assertions, and WS-Fed assertions that are sent to your application. Note that these keys are different from those used to sign interactions with connections, including signing SAML Requests to IdPs and encrypting responses from IdPs.
3232

3333
To learn more about signing keys for SAML connection assertions, see [SAML Identity Provider Configuration](/protocols/saml/samlp).
3434
:::

config/sidebar.yml

+3
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,9 @@ articles:
538538
- title: Manage Tenant Administrators
539539
url: /dashboard/manage-dashboard-admins
540540

541+
- title: Manage Application Signing Keys
542+
url: /tokens/guides/manage-application-signing-key
543+
541544
- title: Configure Session Lifetime Settings
542545
url: /dashboard/guides/tenants/configure-session-lifetime-settings
543546

0 commit comments

Comments
 (0)