spring-projects / spring-authorization-server

Spring Authorization Server
https://spring.io/projects/spring-authorization-server
Apache License 2.0
4.84k stars 1.27k forks source link

Consider to support Federated Credential Management in the future #1608

Closed Chr3is closed 4 months ago

Chr3is commented 5 months ago

Google is working on Federated Credential Management, which can be used to log into sites.

See:

We may want to check if the Spring Authorization Server can and should support this protocol.

jgrandja commented 4 months ago

@Chr3is Since Federated Credential Management API is authentication-related, this type of feature would belong in Spring Security. However, since this is still in Draft form, I would not recommend creating a ticket in Spring Security until it becomes a W3C Standard.