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

Get client #61

Merged
merged 5 commits into from
Feb 22, 2022
Merged

Get client #61

merged 5 commits into from
Feb 22, 2022

Conversation

rohe
Copy link
Contributor

@rohe rohe commented Feb 4, 2022

Using plain OIDC there are only two options regarding client_id: either it's set statically or it's received as the result of a
dynamic registration.
Under Federation OIDC there is a third state. If automatic registration is used the client_id is not set per OP neither is it
registered with the OP. The up come of this was that attribute client_id was not set in the Client instance creating problem down the line. Adding and using the get_client_id() fixed this problem since the entity/client would know where to find the client_id.

@peppelinux
Copy link
Member

We have to drop the support for py36 as here
IdentityPython/JWTConnect-Python-OidcMsg#56

@peppelinux
Copy link
Member

ok, if you agree I think that this PR is ready to be merged

@rohe
Copy link
Contributor Author

rohe commented Feb 22, 2022

I agree

@peppelinux
Copy link
Member

Ok, it seems to me that we just have to drop py36 from the CI

meantime I approve this PR :)

@peppelinux peppelinux self-requested a review February 22, 2022 09:41
@rohe
Copy link
Contributor Author

rohe commented Feb 22, 2022

Yepp

@rohe rohe merged commit cef27f1 into master Feb 22, 2022
@rohe rohe deleted the get_client_id branch February 22, 2022 09:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants