我正在尝试将其集成到我的angular7项目中。但我仍然会收到此错误。
加载发现文档DOMException错误:执行失败 “ XMLHttpRequest”上的“打开”:无效的网址
当我执行this.oAuthService.loadDiscoveryDocument('https://w3id-ns.sso.ibm.com/w3id-staging/well-known/openid-configuration')时会发生这种情况。
在我设置令牌端点,clientId,范围,颁发者(https://w3id.alpha.sso.ibm.com/isam),setstorage,oidc(true)之前。
谢谢