Quantcast
Channel: Claims based access platform (CBA), code-named Geneva forum
Viewing all articles
Browse latest Browse all 2535

ADFS Autorization Rule

$
0
0

Hello, I need an Issuance Authorization Rule that will only permit a user if he is a member of a specifc domain AND is a member of one of our groups whose name starts with COA_ADM. All others should be denied.
 Domain must be COMPANYA
 Must be memberOf any group starting with COA_ADM

Here's my rule so far, please help me to get this to work. I'm sure I'm way off.  Thanks!

c1:[Type == "http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsaccountname", Issuer == "AD AUTHORITY", Value =~ "^(?i)COMPANYA\\"]&&
c2:EXISTS([type == "http://schemas.microsoft.com/ws/2008/06/identity/claims/group",  Value =~ "^(?i)COA_ADM"])
=> issue(Type = "http://schemas.microsoft.com/authorization/claims/permit", Value = "PermitUsersWithClaim");


Viewing all articles
Browse latest Browse all 2535

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>