Closed GarstMan78 closed 1 year ago
Hi @GarstMan78 , thanks for using Spring Cloud Azure libs!
Could you try to rename your property query-parameters
and use spring.cloud.azure.active-directory.authenticate-additional-parameters.application=CustomUI
?
Hi @GarstMan78 , thanks for using Spring Cloud Azure libs!
Could you try to rename your property
query-parameters
and usespring.cloud.azure.active-directory.authenticate-additional-parameters.application=CustomUI
?
@moarychan , Thank you very much This worked! Because i am using b2c i needed to use spring.cloud.azure.active-directory.b2c..authenticate-additional-parameters.application=CustomUI. Thank you so much. Did i miss this in documentation somewhere? Trying to learn as much as i can :)
Awesome you! Please check the configuration from https://learn.microsoft.com/en-us/azure/developer/java/spring-framework/spring-security-support?tabs=SpringCloudAzure4x#configuration-1
we have a custom ui that uses a &application query parameter how can i extend the sample project to make the yml support this