简体   繁体   中英

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM