feat: add RawID to session manager#149
feat: add RawID to session manager#149peppelinux merged 2 commits intoIdentityPython:developfrom melanger:patch-2
Conversation
chore: README full of badges for the younger
allow passing already hashed IDs from backends or hashing in a microservice instead
|
Ciao @melanger unfortunately we have these subject types following the oidc official specs, here: Consider to install your own python package and configure it in your oidcop sub functions (you have them in the general configuration) anyway I ask a revision to other friends that helps in releasing new versions of oidcop |
|
@peppelinux I don't mean it as a new subject type (such as The reason for this proposal is that with PublicID and SubjectID from oidcop it is not possible to use anything else than a SHA256 hash of userID+section_identifier+salt. It is not possible to use a raw user attribute (e.g. I already have eduPersonUniqueID so I do not need to hash it again) or to do other hashing (e.g. use the Hasher microservice in SATOSA instead). |
|
@melanger I understand perfectly! |
allow passing already hashed IDs from backends or hashing in a microservice instead