BouCyr / oidc

A minimal OIDC server intended for debug, implemented with NO dependencies AT ALL
MIT License
0 stars 0 forks source link

Set up a client registry #14

Closed BouCyr closed 8 months ago

BouCyr commented 1 year ago

Right now, any client is accepted. The client authentication requests basic credentials with the clientId as login, and also the clientId as password.

A proper client registry should be included.