Microsoft365DSC icon indicating copy to clipboard operation
Microsoft365DSC copied to clipboard

AADApplicationProxyApplication: Entra Id Application Proxy

Open Timsto opened this issue 1 year ago • 2 comments

Description

Create a different kind of Application. This should be the type of AAD Application Proxy Application. Documentation of the cmdlet/Api: https://learn.microsoft.com/en-us/graph/application-proxy-configure-api?tabs=powershell

Proposed properties

displayname = "Demo"
externalAuthenticationType = "aadPreAuthentication"
internalUrl = "https://contosoiwaapp.com"
externalUrl = "https://contosoiwaapp-contoso.msappproxy.net"
isHttpOnlyCookieEnabled = $true
isOnPremPublishingEnabled = $true
isPersistentCookieEnabled = $true
isSecureCookieEnabled = $true
isStateSessionEnabled = $true
isTranslateHostHeaderEnabled = $true
isTranslateLinksInBodyEnabled = $true
identifierUris = "https://contosoiwaapp-contoso.msappproxy.net"

Special considerations or limitations

Only create the Applcation. Connector Group or install of the connector is not included

Timsto avatar Feb 01 '24 12:02 Timsto

From a testing perspective, this would add complexity on our end since we will need to setup a service and a connector. Not that it isn't feasible, but it will take time and efforts to set this up.

NikCharlebois avatar Feb 02 '24 18:02 NikCharlebois

@Timsto: Just to make sure, this a new resource proposal, isn't it? I guess this kind of resource could be created with the current Graph PS cmdLets available.

andikrueger avatar Feb 09 '24 12:02 andikrueger