IdentityPython / oidc-op

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

Use configuration classes from oidcmsg. #166

Closed rohe closed 2 years ago

rohe commented 2 years ago

Need to have oidcmsg 1.5.4 . utc_time_sans_frac instead of time.time() since the later is unspecified when it comes to timezone. Code dealing with configuration parsing that was present both in oidc-op and oidcmsg is now removed from oidc-op.

rohe commented 2 years ago

Done