TykTechnologies / tyk

Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols
Other
9.63k stars 1.08k forks source link

[TT-1975] - OpenID Dynamic Client Registration #2864

Open RichiCoder1 opened 4 years ago

RichiCoder1 commented 4 years ago

Is your feature request related to a problem? Please describe. Tyk added support for OAuth clients, which is great, but we currently manage our clients through Okta.

Describe the solution you'd like The Dynamic Client Registration API (https://openid.net/specs/openid-connect-registration-1_0.html) is a recent standard that allows for creating clients in a delegate OpenID IDP. Both Auth0 and Okta support it, as well as others.

Describe alternatives you've considered Alternative at this point is forgoing Tyk's developer portal features.

RichiCoder1 commented 4 years ago

Related to https://github.com/TykTechnologies/tyk/issues/2173 (which I also commented on)

christtyk commented 4 years ago

Thanks for the request! Okta is coming up a lot lately, we'll check it out!