Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Version 2.1.0 #109

Merged
merged 21 commits into from
Jul 5, 2021
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
64c4b56
acr value in claims parameter was not treated correctly.
rohe Jun 24, 2021
a2b1353
Merge pull request #104 from IdentityPython/acr_claim
rohe Jun 24, 2021
442c0e5
Allowing specification of a client DB in the configuration file.
rohe Jun 27, 2021
998fa12
Bumped version and oidcmsg requirement.
rohe Jun 28, 2021
3209ab0
To fix token backward compatibility.
rohe Jun 29, 2021
c7fb390
Change position of abfile must reflect that.
rohe Jun 29, 2021
9657834
Added a debug message when client db was loaded.
rohe Jun 29, 2021
e8dbc9d
Added a debug message when client db was loaded.
rohe Jun 29, 2021
6efdb5e
Added client_db as a parameter.
rohe Jun 29, 2021
afa043e
Merge pull request #105 from IdentityPython/init_cdb
rohe Jun 29, 2021
afdde3e
Apply userinfo claims from the auth request to response from the user…
rohe Jun 29, 2021
3cef583
Apply id_token claims from the auth request to issued ID Token.
rohe Jun 29, 2021
dfb5bdb
Refactored.
rohe Jun 30, 2021
9fbefc2
Test where any acr is valid.
rohe Jul 1, 2021
d9157c1
Merge pull request #106 from IdentityPython/token_classes
rohe Jul 1, 2021
66f155f
Store claims request in grant.
rohe Jul 2, 2021
e895053
Merge pull request #107 from IdentityPython/userinfo_claims
rohe Jul 2, 2021
a640a2a
Old Default tokens had clear text sids.
rohe Jul 2, 2021
beaa4b3
Old Default tokens had clear text sids.
rohe Jul 2, 2021
bef7365
Merge pull request #108 from IdentityPython/clear_txt_sid
rohe Jul 4, 2021
07ad50d
Extra client_db documentation line.
rohe Jul 4, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Extra client_db documentation line.
  • Loading branch information
rohe committed Jul 4, 2021
commit 07ad50d47280e65fa12bb6cb2b1adca7c5e60f9d
3 changes: 3 additions & 0 deletions docs/source/contents/conf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ keeping registered clients in the session database makes total sense.
The class you reference in the specification MUST be a subclass of
oidcmsg.storage.DictType and have some of the methods a dictionary has.

Note also that this class MUST support the dump and load methods as defined
in :py:class:`oidcmsg.impexp.ImpExp`.

An example::

client_db: {
Expand Down