-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add more configuration items for resource server #23291
Add more configuration items for resource server #23291
Conversation
1.1. azure.activedirectory.resource-server.principal-claim-name=fake-claim-name. 1.2. azure.activedirectory.resource-server.claim-to-authority-prefix-map.fake-key-1=fake-value-1 2. Add new package to put instances: com.azure.spring.aad.implementation.constants
/azp run java - spring - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - spring - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
Hi, @moarychan , @yiliuTo , @zhichengliu12581 , please help to review this PR. |
/** | ||
* Configuration properties for Azure Active Directory B2C. | ||
*/ | ||
@ConfigurationProperties("azure.activedirectory.resource-server") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yiliuTo , maybe should should use the new property prefix? Or support both new and old property prefix at the same time.
Hi @chenrujun , is it possible to apply this feature to the b2c starter at the same time? |
Good point, I'll do it in another PR. |
Hi, @moarychan , @yiliuTo , @zhichengliu12581 . |
LGYM. |
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
After discuss with @moarychan , we think that we do not need such kind of property, because current |
Add more configuration items for resource server