Azure / azure-sdk-for-java

This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
MIT License
2.32k stars 1.97k forks source link

[FEATURE REQ] Spring Cloud Azure AD should work with non webapp #31748

Open moarychan opened 1 year ago

moarychan commented 1 year ago

Context

The current Spring Cloud Azure AD only works with the Spring Web, the non webapp scenario should be considered too. If the scenario is valid, then these features should not be mixed and provided to users, they should be combined with user scenarios.

Refer issue: https://github.com/spring-projects/spring-boot/issues/202

Goal

Provide a way to make the current Spring Security features work in a non webapp environment, also the webapp scenario users also can leverage the features which belong to a non webapp.

stliu commented 1 year ago

nice catch