【Golang 】使用Golang Keycloak SAML
pgmr.cloud
23 April 2023
利用Golang,利用Keycloak的SAML进行分析
1. 生成证书
SAML的Service Provider需要证书。使用以下命令生成证书:
【Go语言Web开发】使用Golang Keycloak SAML
apaas.dev
10 November 2022
利用Golang对Keycloak的SAML进行分析。
1.生成证书
SAML的Service Provider需要证书。使用以下命令生成证书:
# openssl req -x509 -newkey rsa:2048 -keyout myservice.key -out myservice.cert -days 365 -nodes -subj "/CN=myservice.example.com"
【keycloak】真棒的keycloak
apaas.dev
1 June 2022
Carefully curated list of awesome Keycloak resources.
A curated list of resources for learning about the Open Source Identity and Access Management solution Keycloak. Contains books, websites, blog posts, links to github Repositories.
Contributing
Contributions welcome. Add links through pull requests or create an issue to start a discussion. Please refer to the contributing guide for details.