Identity Server .well-known/openid-configuration 使用 IP 地址而不是 DNS
Identity Server .well-known/openid-configuration using IP Address rather than DNS
我有一个身份服务器实现。
如果我导航到 https://daart-qa.sandbox.aimsplatform.com/eds-daas/.well-known/openid-configuration
我收到所有端点作为服务器 IP 地址而不是 dns 条目。
如何更改配置,使 dns 名称成为终点而不是 ip 地址?
您 PublicOrigin
配置正确吗?
http://docs.identityserver.io/en/latest/reference/options.html#identityserver-options
PublicOrigin
The origin of this server instance, e.g. https://myorigin.com. If not set, the origin name is inferred from the request.
我有一个身份服务器实现。
如果我导航到 https://daart-qa.sandbox.aimsplatform.com/eds-daas/.well-known/openid-configuration
我收到所有端点作为服务器 IP 地址而不是 dns 条目。
如何更改配置,使 dns 名称成为终点而不是 ip 地址?
您 PublicOrigin
配置正确吗?
http://docs.identityserver.io/en/latest/reference/options.html#identityserver-options
PublicOrigin
The origin of this server instance, e.g. https://myorigin.com. If not set, the origin name is inferred from the request.