IdentityPython / idpy-oidc

Implementation of everything OIDC and OAuth2
Apache License 2.0
40 stars 22 forks source link

INFO request - static RP registration for OP? #103

Open langworr opened 6 months ago

langworr commented 6 months ago

Hi, is possible to have a static RP registration (client_id, secret)?

I mean, if I build a secret key and a client_id, where must I specify them to the OP server?