微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

OKTA SSO用于SPA应用

如何解决OKTA SSO用于SPA应用

我正在尝试为我的Angular 7应用程序使用Okta实现SSO。我已经安装了@okta/angular和所有依赖项。如果用户尚未登录okta,它将被重定向到Okta。输入凭据并重定向回angular之后,就会遇到如下问题。

ERROR Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: 'id_token'
Error: Cannot match any routes. URL Segment: 'id_token'
    at ApplyRedirects.push../node_modules/@angular/router/fesm5/router.js.ApplyRedirects.noMatchError (vendor.js:146954)
    at CatchSubscriber.selector (vendor.js:146935)
    at CatchSubscriber.push../node_modules/rxjs/_esm5/internal/operators/catchError.js.CatchSubscriber.error (vendor.js:220440)
    at MapSubscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber._error (vendor.js:217181)
    at MapSubscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.error (vendor.js:217161)
    at MapSubscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber._error (vendor.js:217181)
    at MapSubscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.error (vendor.js:217161)
    at MapSubscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber._error (vendor.js:217181)
    at MapSubscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.error (vendor.js:217161)
    at TapSubscriber.push../node_modules/rxjs/_esm5/internal/operators/tap.js.TapSubscriber._error (vendor.js:225180)
    at resolvePromise (polyfills.js:3696)
    at resolvePromise (polyfills.js:3653)
    at polyfills.js:3757
    at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (polyfills.js:3267)
    at Object.onInvokeTask (vendor.js:78548)
    at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (polyfills.js:3266)
    at Zone.push../node_modules/zone.js/dist/zone.js.Zone.runTask (polyfills.js:3039)
    at drainMicroTaskQueue (polyfills.js:3445) 

解决方法

您使用哪个okta角版本?

您使用哪种路由?

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。