Изменил(а) на 'OpenID_Connect.md'

master
Касимов 2021-11-10 15:33:06 +03:00
parent 812ccdbb84
commit e5f76a9e42
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ Follow the link to the specification to explore the core functionality of OpenID
Also, within the framework of the system, a [Staging](https://staging.ps.radium-it.ru/.well-known/openid-configuration) environment configuration is deployed, within which it is possible to test the operation of the OpenID Connect authorization server.
It is important to note that the address of the Production server will be different from the Staging environment.
By default, production server is located under https://*client*.ps.radium-it.ru.
To customize a web address of the oidc authorization server, for example, https://privacy**.client.ru** or you need to add a CNAME Record to your DNS server.
By default, production server is located under https://client.ps.radium-it.ru.
To customize a web address of the oidc authorization server, for example, https://privacy.client.ru or you need to add a CNAME Record to your DNS server.
In addition, the system assumes a jwks_endpoint, provided by the oidc authorization server, from which public keys can be obtained to verify the signature of signed JWTs (https://staging.ps.radium-it.ru/.well-known/jwks.json).
All the necessary information regarding the configuration is available [here](https://openid.net/specs/openid-connect-core-1_0.html#RFC6749).