Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Azure ENDPOINTS_FILTER

iam01
Regular Contributor
Regular Contributor

Hi, In azure endpoint_filter is there any limiation with naming format?


Working:
{
"testcae": [
{
"AADGroup": [
"QA2%"
]
}
]
}

 

 

Not Working:
{
"test cae": [
{
"AADGroup": [
"QA2%"
]
}
]
}

4 REPLIES 4

rushikeshvartak
All-Star
All-Star

There is no limitation both works 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

iam01
Regular Contributor
Regular Contributor

The one with space is not working. Will create ticket.

Raghu
Valued Contributor III
Valued Contributor III

@iam01  no limit it will work sample working 

{"Oracle XX XX Only": [
{
"memberOf": [
"CN=XXX"
]
}
]}


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

Please share logs


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.