JWK 地址
编辑于: 2024-01-29 15:47
介绍
JWK 指的是 JSON Web Key,它是代表加密密钥的 JSON 数据结构。
JWK 地址用于获取德比 GO 产品的 JWK 公钥的发行者和公钥集的URL。
JWK 地址
UAT环境:
Method: GET Protocol: HTTP/1.1 Content-Type: application/json;charset=utf-8 JWT URL: https://solo.derbysoft-test.com/go-idp/id/c394c066c614437a906bd0cc364ec6ec/.well-known/openid-configuration
生产环境:
Method: GET Protocol: HTTP/1.1 Content-Type: application/json;charset=utf-8 JWT URL: https://go-cn.derbysoftca.cn/go-idp/id/c394c066c614437a906bd0cc364ec6ec/.well-known/openid-configuration
此回答是否有所帮助? 是 否
Send feedback