Skip to content

Commit

Permalink
docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
omidraha committed Dec 20, 2023
1 parent 244034c commit 3d7c2d8
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Contents:
src/nmap/nmap
src/nodejs/nodejs
src/notes/notes
src/oauth2/oauth2
src/perl/perl
src/piano/piano
src/postgresql/postgresql
Expand Down
11 changes: 11 additions & 0 deletions src/oauth2/oauth2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Oauth2
=====


Contents:

.. toctree::
:maxdepth: 2

tips

15 changes: 15 additions & 0 deletions src/oauth2/tips.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Tips
====


StandardClaims

https://openid.net/specs/openid-connect-core-1_0.html#StandardClaims

5.5. Requesting Claims using the "claims" Request Parameter

https://openid.net/specs/openid-connect-core-1_0.html#ClaimsParameter

Customizing the OIDC responses

https://django-oauth-toolkit.readthedocs.io/en/latest/oidc.html#customizing-the-oidc-responses
2 changes: 1 addition & 1 deletion src/scim/tips.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SCIM
Tips
====

System for Cross-domain Identity Management: Core Schema
Expand Down

0 comments on commit 3d7c2d8

Please sign in to comment.