Hello IDPY community,
I am interested in buildingĀ an OIDC identity provider to serve JWT tokens based on a custom authorization mechanism.
I notice that idpy has a few reference implementations of the OP that can be served from Flask. Can you tell me what the main differences are between these are and which one I would be best off using for a new provider? Thank you!
https://github.com/IdentityPython/idpy-oidc/tree/develop/example/flask_op
-Aaron