Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/file/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Identityserver4 标识服务器4中的openid连接_Identityserver4 - Fatal编程技术网

Identityserver4 标识服务器4中的openid连接

Identityserver4 标识服务器4中的openid连接,identityserver4,Identityserver4,沿着identityServer4教程,我看到重定向URI被设置为/signin oidc。我试图搜索在该端点发生了什么,或者更确切地说是它的实现位置,但没有成功 new Client { ... // where to redirect to after login RedirectUris = { "http://localhost:5002/signin-oidc" } } 在这些IdentifyServer教程中,哪里可以找到/signin oidc和/signout oi

沿着identityServer4教程,我看到
重定向URI
被设置为
/signin oidc
。我试图搜索在该端点发生了什么,或者更确切地说是它的实现位置,但没有成功

new Client
{
  ...
  // where to redirect to after login
  RedirectUris = { "http://localhost:5002/signin-oidc" }
}
在这些IdentifyServer教程中,哪里可以找到
/signin oidc
/signout oidc
的实现?

这是
UseOpenIdConnectAuthentication
中间件的回调路径。您可以查看存储库以了解其工作原理,但基本上它只是填充用户授权原则