-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
Azure AD support in Security #651
Comments
Yes, i think is a good idea, i have never use azure ad have you a sample app ? |
Thanks @nicolas63 |
i think i can just add https://github.com/Azure-Samples/active-directory-dotnet-native-aspnetcore-v2/blob/master/2.%20Web%20API%20now%20calls%20Microsoft%20Graph/TodoListService/Startup.cs#L25
|
if you want you can update a generated app and them i can help you to integrate this in the genrator |
Sure @nicolas63 let me see what can I do, but Azure Ad will require changes in both frontend and backend side. Just like the way oAuth and Jwt authentication have changes in both frontend and backend. I might take some time on getting this done. |
do you really need change in front ? it's not just a redirect to azure ad login page ? |
@nicolas63 Yes frontend code will definitely require change so that on login it will redirect to correct azure ad login page. It requires a library MSAL Microsoft authentication library, which will perform the protection of routes and post login/logout redirects. Sure, let me do some initial analysis and then will work on the generated app to implement azure ad at backend first. After that we can check the frontend part. |
Hi, |
@b509 sorry any progress on this issue but if you have the time to provide me an example I can help you to integrate the example in the generator |
@b509 if you need only spring security i think you need to create an issue here https://github.com/jhipster/generator-jhipster |
Hi @nicolas63 Is the repo being maintained? |
Overview of the feature request
Looking for Azure AD authentication and authorization support in the monolith application which gets generated through the blueprint.
Motivation for or Use Case
Most of our applications which we develop uses Azure AD authentication and are always deployed in Azure cloud. We often use this blueprint to generate both backend and frontend for our applications. I can surely contribute towards implementing Azure AD authentication support but will require guidance and support.
Related issues or PR
The text was updated successfully, but these errors were encountered: