Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AdfsNonClaimsAwareRelyingPartyTrust: New Resource Proposal #4

Open
X-Guardian opened this issue Oct 24, 2019 · 0 comments
Open

AdfsNonClaimsAwareRelyingPartyTrust: New Resource Proposal #4

X-Guardian opened this issue Oct 24, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@X-Guardian
Copy link
Owner

X-Guardian commented Oct 24, 2019

Description

This resource is needed to manage non-claims aware relying party trusts.

Proposed properties

Parameter Type ValueMap Description
Name String Specifies the display name of the Web Application Proxy relying party trust.
Identifier String[] Specifies an array of unique identifiers for the non-claims-aware relying party trust. No other trust can use an identifier from this list. As common practice, you can use Uniform Resource Identifiers (URIs) as unique identifiers for a relying party trust, or you can use any string.
AlwaysRequire Authentication Boolean Indicates that access requires authentication, even if this relying party has previously authenticated credentials for access. Specify this parameter to require users to always supply credentials to access sensitive resources.
Enabled Boolean Indicates whether to enable this relying party trust.
Issuance AuthorizationRules String Specifies the authorization rules for issuing claims to the relying party.
Notes String Specifies notes for the relying party trust. Use this parameter to store information such as owners and contacts when you manage a large number of applications.
Additional AuthenticationRules String Specifies rules for additional authentication on the relying party.
AccessControl PolicyName String Specifies the name of the Access Control Policy to apply to the relying party trust.
AccessControl PolicyParameters MSFT_AdfsAccess ControlPolicyParameters Specifies the parameters and their values to pass to the Access Control Policy.
ClaimsProvider Name String[] Specifies an array of claims provider names.
Ensure String 'Present', 'Absent' Specifies whether the non-claims are relying party trust should be present or absent. Default value is 'Present'.

The MSFT_AdfsAccessControlPolicyParameters class would contain the following properties:

Parameter Type ValueMap Description
GroupParameter String Array Specifies the group parameter

Resource Cmdlets

@X-Guardian X-Guardian added the enhancement New feature or request label Nov 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant