Fix some typos and formatting.
Fix the note markup. It was extending over all the rest of the page.
This commit is contained in:
parent
e7ad2da34a
commit
dffc13fef2
9 changed files with 34 additions and 20 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue