public static class AADAuthenticationProperties.UserGroupProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<String> |
allowedGroups
Expected UserGroups that an authority will be granted to if found in the response from the MemeberOf Graph
API Call.
|
private @NotEmpty String |
key
Key of the JSON Node to get from the Azure AD response object that will be checked to contain the
azure.activedirectory.user-group.value to signify that this node is a valid UserGroup. |
private @NotEmpty String |
objectIDKey
Key of the JSON Node containing the Azure Object ID for the
UserGroup. |
private @NotEmpty String |
value
Value of the JSON Node identified by the
azure.activedirectory.user-group.key to validate the JSON
Node is a UserGroup. |
| Constructor and Description |
|---|
UserGroupProperties() |
private List<String> allowedGroups
@NotEmpty private @NotEmpty String key
azure.activedirectory.user-group.value to signify that this node is a valid UserGroup.@NotEmpty private @NotEmpty String value
azure.activedirectory.user-group.key to validate the JSON
Node is a UserGroup.@NotEmpty private @NotEmpty String objectIDKey
UserGroup.Copyright © 2019 Microsoft. All rights reserved.