IdentityPython / oidc-op

An implementation of an OIDC Provider (OP)
Apache License 2.0
64 stars 26 forks source link

OIDC certification #155

Closed peppelinux closed 2 years ago

peppelinux commented 2 years ago

Latest rohe's improvements on OIDC certification

peppelinux commented 2 years ago

please @rohe I think that we should prune

example/flask_op/templates.tgz

peppelinux commented 2 years ago

Closes https://github.com/IdentityPython/oidc-op/pull/150

rohe commented 2 years ago

Changes that this PR accomplish:

peppelinux commented 2 years ago

@rohe we have cryptojwt 1.6.0 in pypi https://pypi.org/project/cryptojwt/

why oidcmsg doesn't work?

rohe commented 2 years ago

Hmm, have to look into it. I'll do that tomorrow.

peppelinux commented 2 years ago

yes CI fails because we need first of all the release oidcmsg 1.5.3, due to this https://github.com/IdentityPython/JWTConnect-Python-OidcMsg/pull/53

peppelinux commented 2 years ago

ok, so hopefully we'll have first the next release of oidcmsg to get oidcop CI working again. Probably we'll have in this PR also the configuration paramers for time slack

peppelinux commented 2 years ago

@rohe oidcmsg 1.5.3 just released, this CI works great it seems to me that this is ready to be merged

rohe commented 2 years ago

I think so too. Waiting for Nikos!