简体   繁体   English

有没有办法在新的 Spring 授权服务器 0.3.0 中从 API 端点注册新客户端?

[英]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我们从https://github.com/spring-projects/spring-authorization-server实现了新的 spring 授权服务器

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?是否为此指定了任何开放的 API 端点? ( 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) (有 oidc 客户端的客户端注册端点,但我们没有使用 oidc,无论如何它自己生成我们不想要的客户端 ID)

Any hint is appreciated任何提示表示赞赏

The only endpoint provided for registering new clients is the OpenID Connect 1.0 Client Registration Endpoint .为注册新客户端提供的唯一端点是OpenID Connect 1.0 客户端注册端点

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 春季安全性:公共API注册新用户 - Spring security: public API to register new user Spring 授权服务器用户信息端点 - Spring Authorization Server userinfo endpoint keycloak - 注册新用户的端点 - keycloak - endpoint for register new user 从Java访问Spring OAuth2授权服务器端点的问题 - Problem with access to Spring OAuth2 authorization server endpoint from java 如何在新的 Spring 授权服务器中实现多租户 - How to implement multi-tenancy in new Spring Authorization server 总是使用新的 spring 授权服务器从 /authorized 重定向到 /login 页面 - Always getting redirected from /authorized to /login page using new spring authorization server 如何使用新的 Spring 授权服务器在资源服务器上实现基于角色的授权 - How to implement role based authorization on resource server with new Spring Authorization Server 我正在尝试将新的 spring 安全 oauth2 授权服务器从 0.3.1 更新到 1.0.0 并遇到无效的 scope 错误。如何修复它 - I was trying to update new spring security oauth2 authorization server from 0.3.1 to 1.0.0 and got an invalide scope error.How to fix it 如何在 Spring 授权服务器中为令牌端点自定义异常处理 - How to customise exception handling in Spring Authorization Server for token endpoint Spring 使用 jwt 启动客户端服务器身份验证和授权 - Spring boot client server authentication and authorization with jwt
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM