Skip to content
New issue

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

description:The specified 'redirect_uri' is not valid for this client application #21838

Open
henrydingchina opened this issue Jan 7, 2025 · 1 comment

Comments

@henrydingchina
Copy link

henrydingchina commented Jan 7, 2025

GitHub Issues

GitHub issues are for bug reports, feature requests, and other discussions about the framework.

If you're creating a bug/problem report, please include the followings:

  • Your ABP Framework version.

    • 8.0.0
  • Your database provider(EF Core/MongoDB)

    • efcore
  • Steps needed to reproduce the problem.

Please write in English.

My redirect address is ["http://localhost:5000/swagger"] in the database, why is it printed http://localhost:5000/swagger/oauth2-redirect.html in the log, and it fails, I don't configure redis, why is this?

Stack Overflow

Please use Stack Overflow for your questions about using the framework, templates, and samples:
image

image
image
image
image

@maliming
Copy link
Member

maliming commented Jan 7, 2025

My redirect address is ["http://localhost:5000/swagger"] in the database, why is it printed http://localhost:5000/swagger/oauth2-redirect.html in the log, and it fails, I don't configure redis, why is this?

Because the swagger use swagger/oauth2-redirect.html as redirect_uri. So you have to set it as your application's redirectUri .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants