Fix some typos and formatting.

Fix the note markup.

It was extending over all the rest of the page.
This commit is contained in:
Bussi Andrea 2022-02-18 19:49:34 +00:00
parent e7ad2da34a
commit dffc13fef2
9 changed files with 34 additions and 20 deletions

View file

@ -21,7 +21,9 @@ All new applications should use OpenID Connect for user authentication.
====
Many existing applications use OpenID 2.0 and should eventually migrate
to OpenID Connect.
====OpenID Connect is an authentication layer built on top of OAuth 2.0
====
OpenID Connect is an authentication layer built on top of OAuth 2.0
so to understand OpenID Connect you should first be familiar with OAuth
2.0 and its various flows prior to learning about OpenID Connect.
@ -42,7 +44,9 @@ https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest[requires
that the "openid" scope is requested]. Failing to do so will result in
undefined behavior. In the case of Ipsilon, you won't have access to the
UserInfo or recieve an ID token.
======= Libraries
====
=== Libraries
==== OAuthLib