IdentityPython / oidc-op

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

Fixes the sub value to real value #177

Closed kushaldas closed 2 years ago

kushaldas commented 2 years ago

As a typo it was getting assigned to client_id. Now, it is assigned to the real calculated value.