Skip to content

Commit c5f2109

Browse files
committed
fix markdown
1 parent e5381f1 commit c5f2109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_source/_posts/2024-02-27-spring-security-pkce.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you'd rather skip the step-by-step and prefer running a sample application, f
2727

2828
## Authorization Code Flow and PKCE
2929

30-
OAuth 2.0](https://www.rfc-editor.org/rfc/rfc6749.html) is a standard designed to authorize a website or application to access resources hosted by third-party services on behalf of a user. For web and mobile applications, [OpenID Connect 1.0](https://openid.net/specs/openid-connect-core-1_0.html) (OIDC) was born in 2014, a simple identity layer on top of OAuth 2.0, now widely adopted as part of the Identity and Access Management strategy of many identity providers and identity clients on the internet.
30+
[OAuth 2.0](https://www.rfc-editor.org/rfc/rfc6749.html) is a standard designed to authorize a website or application to access resources hosted by third-party services on behalf of a user. For web and mobile applications, [OpenID Connect 1.0](https://openid.net/specs/openid-connect-core-1_0.html) (OIDC) was born in 2014, a simple identity layer on top of OAuth 2.0, now widely adopted as part of the Identity and Access Management strategy of many identity providers and identity clients on the internet.
3131

3232
The OpenID Connect core specification defines the following roles:
3333

0 commit comments

Comments
 (0)