IdentityPython / oidc-op

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

Where do we write custom Authentication logic in oidc-op? #209

Open MohammedAdain opened 1 year ago

MohammedAdain commented 1 year ago

There is a class named BasicAuthn which uses validates the username password to authenticate. I wasn't able to find a way to define custom authentication (somethig similar to https://pyoidc.readthedocs.io/en/latest/examples/op.html ). Can someone please help me here.

Thanks, Mohammed Adain