Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们将 Angular js 与 keycloak 服务集成在一起。当此人登录我们的应用程序时,我们也会启用社交媒体登录。但是登录后,我们想知道用户使用哪些社交媒体登录。
反正有可能吗?
您可以使用身份验证提供程序信息添加新的用户属性。在每个身份提供者中,添加一个带有提供者名称的“核心属性”。接下来,从您的应用程序中获取此值,以了解使用了什么社交网络。