X-Guardian / AdfsDsc

DSC resources for deployment and configuration of Active Directory Federation Services
MIT License
9 stars 5 forks source link

AdfsRelyingPartyTrust: Add Missing Parameters #15

Closed X-Guardian closed 4 years ago

X-Guardian commented 4 years ago

The following parameters are missing from the AdfsRelyingPartyTrust resource and needs adding.

Property Name Type Description Allowed Values
AllowedClientTypes String Array Specifies allowed client types. "None","Public","Confidential"
AlwaysRequireAuthentication Boolean Indicates to always require authentication.
RequestMFAFromClaimsProviders Boolean Indicates whether to use the request MFA from claims providers option.
AllowedAuthenticationClassReferences String Array
IssueOAuthRefreshTokensTo String Specifies the refresh token issuance device types. "NoDevice", "WorkplaceJoinedDevices", "AllDevices"
RefreshTokenProtectionEnabled Boolean Indicates that refresh token protection is enabled.