When AADAuthenticationFilter or AADAppRoleStatelessAuthenticationFilter is auto-configured it will take action on every bearer token. This PR will skip the processing when the current context is already authenticated or the token is not issued by Azure AD.
Summary
When
AADAuthenticationFilter
orAADAppRoleStatelessAuthenticationFilter
is auto-configured it will take action on every bearer token. This PR will skip the processing when the current context is already authenticated or the token is not issued by Azure AD.Issue Type
Starter Names
Additional Information