如何使用angular-oauth2-oidc库添加发件人参数,角度9

时间:2020-06-26 16:43:53

标签: angular oauth openid angular9 angular-oauth2-oidc

我在代码流中使用angular-oauth2-oidc(https://www.npmjs.com/package/angular-oauth2-oidc)。在authConfig文件中,我添加了颁发者URL https:// domain / path 我需要在发布者网址中添加参数,我尝试在config customQueryParams:{key:value}中对其进行设置,但是当我执行oauthService.initCodeFlow()时,它不会附加到发布者网址中。

正确的方法是什么?有什么例子吗?我在提供的文档中找不到它。

谢谢大家

0 个答案:

没有答案