We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mismatched_redirect_uri
v7.0.0
The text was updated successfully, but these errors were encountered:
@prewang 和 init.go 没关系,你更新配置之后,使用的就是你保存的配置,可以确认下你在夜莺保存的配置是否是 https,以及你在 okta 保存的回调是否是 https 的
Sorry, something went wrong.
配置保存是成功的,而且https和http两种都配置过。我们是在n9e前面增加了反向代理,然后访问n9e后是https的方式。这种情况是否有测试过?n9e是http,所以导致okta返回mismatched_redirect_uri。我这边有和okta的厂家技术支持人员联系一起在调试,n9e这块处理机制不清楚,导致配置不成功
No branches or pull requests
Question and Steps to reproduce
Enable = true
DisplayName = 'OIDC登录'
RedirectURL = 'https://xxx.abc.com/callback'
SsoAddr = 'https://okta.okta.com'
SsoLogoutAddr = 'https://okta.okta.com/oauth2/v1/logout'
Relevant logs and configurations
Version
v7.0.0
The text was updated successfully, but these errors were encountered: