IdentityPython / oidc-op

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

How to register new clients with flask_op example? #208

Open MohammedAdain opened 1 year ago

MohammedAdain commented 1 year ago

How do I register a new client with flask_op example? The documentation https://oidcop.readthedocs.io/en/latest/contents/conf.html#clients tells how to update an existing client but I wasn;t able to find how to create a new one. Help appreciated. Thanks