Skip to content

Commit f73fc33

Browse files
Merge pull request #5718 from himeshsiriwardana/jwks-endpoint-docs
Added JWKS documentation to 7.0 and beyond
2 parents 80b730d + a01a865 commit f73fc33

File tree

21 files changed

+196
-30
lines changed

21 files changed

+196
-30
lines changed
6.23 MB
Loading
6.32 MB
Loading
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{% set product_name = "WSO2 Identity Server" %}
2+
{% set product_url_format = "https://localhost:9443" %}
3+
{% set product_url_sample = "https://localhost:9443" %}
4+
{% include "../../../../../includes/guides/authentication/configure-jwt-bearer-grant.md" %}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% include "../../../../../../includes/guides/authentication/oidc/validate-jwt-with-jwks.md" %}

en/identity-server/7.0.0/mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,10 +557,12 @@ nav:
557557
- Implement login using the Device Authorization flow: guides/authentication/oidc/implement-device-flow.md
558558
- JWT Secured Authorization Response Mode (JARM) for OAuth 2.0: guides/authentication/oidc/jarm.md
559559
- Implement login using the OIDC Hybrid Flow: guides/authentication/oidc/implement-oidc-hybrid-flow.md
560+
- Implement JWT Bearer Grant: guides/authentication/configure-jwt-bearer-grant.md
560561
- Configure token exchange: guides/authentication/configure-token-exchange.md
561562
- Validate ID tokens: guides/authentication/oidc/validate-id-tokens.md
562563
- Request user information: guides/authentication/oidc/request-user-info.md
563564
- Validate tokens: guides/authentication/oidc/token-validation-resource-server.md
565+
- Validate JWT with JWKS: guides/authentication/oidc/validate-jwt-with-jwks.md
564566
- Revoke tokens: guides/authentication/oidc/revoke-tokens.md
565567
- Implement logout: guides/authentication/oidc/add-logout.md
566568
- Implement back channel logout: guides/authentication/oidc/add-back-channel-logout.md
6.23 MB
Loading
6.32 MB
Loading
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{% set product_name = "WSO2 Identity Server" %}
2+
{% set product_url_format = "https://localhost:9443" %}
3+
{% set product_url_sample = "https://localhost:9443" %}
4+
{% include "../../../../../includes/guides/authentication/configure-jwt-bearer-grant.md" %}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% include "../../../../../../includes/guides/authentication/oidc/validate-jwt-with-jwks.md" %}

en/identity-server/7.1.0/mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,10 +587,12 @@ nav:
587587
- Implement login using the Device Authorization flow: guides/authentication/oidc/implement-device-flow.md
588588
- JWT Secured Authorization Response Mode (JARM) for OAuth 2.0: guides/authentication/oidc/jarm.md
589589
- Implement login using the OIDC Hybrid Flow: guides/authentication/oidc/implement-oidc-hybrid-flow.md
590+
- Implement JWT Bearer Grant: guides/authentication/configure-jwt-bearer-grant.md
590591
- Configure token exchange: guides/authentication/configure-token-exchange.md
591592
- Validate ID tokens: guides/authentication/oidc/validate-id-tokens.md
592593
- Request user information: guides/authentication/oidc/request-user-info.md
593594
- Validate tokens: guides/authentication/oidc/token-validation-resource-server.md
595+
- Validate JWT with JWKS: guides/authentication/oidc/validate-jwt-with-jwks.md
594596
- Revoke tokens: guides/authentication/oidc/revoke-tokens.md
595597
- Implement logout: guides/authentication/oidc/add-logout.md
596598
- Implement back channel logout: guides/authentication/oidc/add-back-channel-logout.md

0 commit comments

Comments
 (0)