Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在我的应用程序中添加 Okta SSO。但由于HashLocationStrategyokta 无法解析令牌。
HashLocationStrategy
有没有办法关闭HashLocationStrategy特定路线?
您是否尝试在重定向网址中添加哈希分隔符#,我为我解决了这个问题
从
redirect_uri: `${configdata.clientRoot}/${lang}/#/auth-callback`,
至
redirect_uri: `${configdata.clientRoot}/${lang}/#/auth-callback#`,