Hello,
We are in the process of moving our Relay Parties trusts from on prem ADFS to Azure AD. I have a party trust setup with WebEx and it inlcudes some custom claim rules. Can someone help me in the proper formatting of these claims in Azure AD SSO?
=> issue(Type = "optionalparams", Value = "MW=Pro");
=> issue(Type = "optionalparams", Value = "FL=OFF");
=> issue(Type = "optionalparams", Value = "RC=OFF");
=> issue(Type = "optionalparams", Value = "RE=OFF");
c:[Type == "http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsaccountname", Issuer == "AD AUTHORITY"]
=> issue(store = "Active Directory", types = ("updateTimeStamp"), query = ";whenChanged;{0}", param = c.Value);
I am not sure if any of these are supported in Azure AD SSO. If so assitance in the proper formatting and setup would be greatly appreciated.
Thank You