Search code examples
spring-securityspring-authorization-server

Is there any way to register new client from API endpoint in new Spring Authorization Server 0.3.0?


We have implemented new spring authorization server from https://github.com/spring-projects/spring-authorization-server

We have registered few default clients in configuration file. But now we want to add new clients while this application running on. Is there any open API endpoint specified for this ? ( There is client registration endpoint for oidc client, but we are not using oidc and anyways it generates client id by itself which we don't want)

Any hint is appreciated


Solution

  • The only endpoint provided for registering new clients is the OpenID Connect 1.0 Client Registration Endpoint.