-
Notifications
You must be signed in to change notification settings - Fork 5
AdfsOrganization
X-Guardian edited this page Apr 6, 2023
·
4 revisions
Parameter | Attribute | DataType | Description | Allowed Values |
---|---|---|---|---|
FederationServiceName | Key | String | Specifies the name of the Federation Service. | |
Name | Required | String | Specifies the name of the organization. | |
DisplayName | Required | String | Specifies the display name of the organization. | |
OrganizationUrl | Required | String | Specifies the URL of the organization. |
The AdfsOrganization DSC resource manages the ADFS Organization information that is published in the federation metadata for the Federation Service.
This configuration will set organization information that is published in the federation metadata for the Federation Service.
Configuration AdfsOrganization_Config
{
Import-DscResource -ModuleName AdfsDsc
Node localhost
{
AdfsOrganization Organization
{
FederationServiceName = 'sts.contoso.com'
DisplayName = 'Contoso Inc.'
Name = 'Contoso'
OrganizationUrl = 'https://www.contoso.com/'
}
}
}
- AdfsApplicationGroup
- AdfsApplicationPermission
- AdfsCertificate
- AdfsClaimDescription
- AdfsContactPerson
- AdfsFarm
- AdfsFarmNode
- AdfsGlobalAuthenticationPolicy
- AdfsGlobalWebContent
- AdfsNativeClientApplication
- AdfsOrganization
- AdfsProperties
- AdfsRelyingPartyTrust
- AdfsServerApplication
- AdfsSslCertificate
- AdfsWebApiApplication