-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from IdentityPython/develop
version 1.3.1
- Loading branch information
Showing
123 changed files
with
3,727 additions
and
1,983 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
OIDCRP add on documentation | ||
OAuth2 add on documentation | ||
=========================== | ||
|
||
.. toctree:: | ||
|
||
dpop.rst | ||
pkce.rst | ||
pushed_authorization.rst | ||
|
||
|
||
Indices and tables | ||
================== | ||
|
||
* :ref:`genindex` | ||
* :ref:`modindex` | ||
* :ref:`search` | ||
dpop.rst | ||
pkce.rst | ||
pushed_authorization.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
Client package | ||
============== | ||
|
||
service support | ||
---------------- | ||
|
||
.. toctree:: | ||
|
||
oauth2/index.rst | ||
oidc/index.rst | ||
|
||
Submodules | ||
---------- | ||
|
||
idpyoidc\.server\.endpoint module | ||
--------------------------------- | ||
|
||
.. automodule:: idpyoidc.server.endpoint | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
idpyoidc\.server\.endpoint_context module | ||
----------------------------------------- | ||
|
||
.. automodule:: idpyoidc.server.endpoint_context | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
idpyoidc\.server\.scopes module | ||
------------------------------- | ||
|
||
.. automodule:: idpyoidc.server.scopes | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
idpyoidc\.server\.util module | ||
----------------------------- | ||
|
||
.. automodule:: idpyoidc.server.util | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: idpyoidc.server | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Access Token Service | ||
-------------------- | ||
|
||
.. automodule:: idpyoidc.client.oauth2.access_token | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Authorization Endpoint | ||
---------------------- | ||
|
||
.. automodule:: idpyoidc.client.oauth2.authorization | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
OAuth2 Client Services | ||
====================== | ||
|
||
.. toctree:: | ||
|
||
access_token.rst | ||
authorization.rst | ||
refresh_access_token.rst | ||
server_metadata.rst | ||
token_exchange.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Refresh Access Token Service | ||
---------------------------- | ||
|
||
.. automodule:: idpyoidc.client.oauth2.refresh_access_token | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Server Metadata Endpoint | ||
------------------------ | ||
|
||
.. automodule:: idpyoidc.client.oauth2.server_metadata | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Token Helper | ||
-------------- | ||
|
||
.. automodule:: idpyoidc.client.oauth2.token_exchange | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Access Token Service | ||
-------------------- | ||
|
||
.. automodule:: idpyoidc.client.oidc.access_token | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Authorization Service | ||
---------------------- | ||
|
||
.. automodule:: idpyoidc.client.oidc.authorization | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Backchannel Authentication | ||
-------------------------- | ||
|
||
.. automodule:: idpyoidc.client.oidc.backchannel_authentication | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Check ID Service | ||
---------------- | ||
|
||
.. automodule:: idpyoidc.client.oidc.check_id | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Check Session Service | ||
--------------------- | ||
|
||
.. automodule:: idpyoidc.client.oidc.check_session | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
End Session Service | ||
------------------- | ||
|
||
.. automodule:: idpyoidc.client.oidc.end_session | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
OIDC RP Services | ||
================ | ||
|
||
.. toctree:: | ||
|
||
access_token.rst | ||
authorization.rst | ||
backchannel_authentication.rst | ||
check_id.rst | ||
check_session.rst | ||
end_session.rst | ||
provider_info_discovery.rst | ||
read_registration.rst | ||
refresh_access_token.rst | ||
registration.rst | ||
userinfo.rst | ||
webfinger.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Provider Info Discovery | ||
----------------------- | ||
|
||
.. automodule:: idpyoidc.client.oidc.provider_info_discovery | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Read registration | ||
----------------- | ||
|
||
.. automodule:: idpyoidc.client.oidc.read_registration | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Refresh Access Token Service | ||
---------------------------- | ||
|
||
.. automodule:: idpyoidc.client.oidc.refresh_access_token | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Registration Service | ||
-------------------- | ||
|
||
.. automodule:: idpyoidc.client.oidc.registration | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Userinfo | ||
-------- | ||
|
||
.. automodule:: idpyoidc.client.oidc.userinfo | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Webfinger Service | ||
----------------- | ||
|
||
.. automodule:: idpyoidc.client.oidc.webfinger | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.