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

Add RESTful Dubbo Integration with Spring Security and OAuth2 Sample #1193

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Similarityoung
Copy link

This pull request introduces a sample project that demonstrates how to integrate Dubbo with RESTful APIs, incorporating Spring Security and OAuth2 for authentication and authorization. The sample showcases the following key functionalities:

  1. Dubbo RESTful Integration:
  • A RESTful API is exposed for Dubbo services, enabling easier interaction with external systems.
  1. Spring Security Setup:
  • Spring Security is configured to secure the endpoints, ensuring that only authorized users can access the Dubbo services via the REST API.
  1. OAuth2 Authentication:
  • OAuth2 authentication is implemented to handle secure access to the resources, with token validation for API access.

Copy link
Contributor

@wcy666103 wcy666103 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The path might not be right.

@wcy666103
Copy link
Contributor

image

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

Successfully merging this pull request may close these issues.

2 participants