Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/angular/30.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
Angular 返回oauth客户端和IdentityServer4的url编码问题_Angular_Oauth_Identityserver4 - Fatal编程技术网

Angular 返回oauth客户端和IdentityServer4的url编码问题

Angular 返回oauth客户端和IdentityServer4的url编码问题,angular,oauth,identityserver4,Angular,Oauth,Identityserver4,我有一个奇怪的问题,客户端和IdentityServer4。 我使用angular auth oidc客户端作为angular客户端,使用apache2和ubuntu 16作为服务器 调用oidcSecurityService.authorize()时,重定向URL被编码发送,IS4响应“格式错误的重定向uri”错误 请求: 感谢您的帮助重定向URL似乎被URL编码了两次?抱歉,它不是双重编码的。复制/粘贴时出现错误。

我有一个奇怪的问题,客户端和IdentityServer4。 我使用angular auth oidc客户端作为angular客户端,使用apache2和ubuntu 16作为服务器

调用oidcSecurityService.authorize()时,重定向URL被编码发送,IS4响应“格式错误的重定向uri”错误

请求:


感谢您的帮助

重定向URL似乎被URL编码了两次?

抱歉,它不是双重编码的。复制/粘贴时出现错误。