Closed roshanp closed 3 years ago
Hi: @roshanp
Could you help provide the minimal samples for me to reproduce the exceptions?
Sure! I am attaching the project I built with. You will need to get credentials for the google/azure client-id/secrets. Thank you for looking into it! Tell me if there is anything else you need. multi-auth-test.zip
@roshanp Ok, received, will look into it soon.
I too have been facing a similar issue with AADAppRoleStatelessAuthenticationFilter. Has there been any updates to this? Any workaround that has been found?
@nikhilingole
Does Azure Active Directory B2C fit in your scenario?
@saragluna - No. we are using Azure B2B - the similarity here is in using 2 or more Authentication providers. I have raised a different ticket to elaborate this - https://github.com/microsoft/azure-spring-boot/issues/871
@nikhilingole Got it.
Closing this issue. Because it's not active for a long time. If anyone have similar issue, please create issue in new repo: https://github.com/Azure/azure-sdk-for-java/issues
Environment
Spring boot starter:
OS Type: Windows
Java version:
Summary
I am writing a web app that would allow single sign on from the baseline spring security oauth2 providers: Github, Google. In addition, I am adding Azure Active Directory login as well. Both the Github and Azure AAD login work perfectly. However, when I try to login with Google I get the following stack trace:
Reproduce steps
Run a spring boot security webapp and enable Google and Azure login. Here is my application.yaml
Expected Results
I expected that the Google login would not affect the Azure login
Actual Results
The Google login fails because it is trying to validate a certificate with Azure... Maybe?