-
Notifications
You must be signed in to change notification settings - Fork 245
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
[QUERY] Using a custom Auth provider along with Azure AD #675
Comments
Hi, @castasint . 1. Confirm issue's purpose.Firstly, let me confirm your scenario. 1.1. Confirm your scenario.Since your project has this dependency: <dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-resource-server</artifactId>
</dependency> In my understanding, you project is a 1.2. Confirm your requirement.Adding |
Hey @chenrujun - you're right, my application is a resource server. I just need to validate the token. Now, I may receive tokens from different providers including AAD. Right now |
@castasint , currently, the |
Query/Question
I have a project with the below mentioned configuration. Currently, it is running with spring boot and is using Azure AD for authorization. The good part of this set up is I did not write even 1 line of code to make it work, thanks to the great work done in creating the library. Appreciate the effort! Note that this application caters to internal users and hence is using Azure AD.
Now, I am tasked to enhance it further to allow external users to access the endpoints in the app. The external users needs to be authorised against a custom and in-house OAuth2.0 server.
My query is - is there a way in which I can use the same config/libraries that I already have in my set up and integrate the custom in-house OAuth2.0 server to validate tokens that were generated by our in-house lib? Is there any extensibility point that I can work with? Any help and/or guidance is appreciated.
Why is this not a Bug or a feature Request?
Creating this ticket to seek help and guidance. It is certainly not a bug. It could possibly be a feature request in case the solution isn't available.
Setup (please complete the following information if applicable):
Information Checklist
The text was updated successfully, but these errors were encountered: