Skip to content

cOctopusServerGoogleAppsAuthentication - missing Allow Auto User Creation parameter #280

@jlegalliard

Description

@jlegalliard

Hello

The Allow Auto User Creation parameter available through the web UI and octopus.server.exe is missing from the DSC.

Web UI:
image

DSC:

    param (
        [Parameter(Mandatory)]
        [ValidateNotNullOrEmpty()]
        [string]$InstanceName,
        [Parameter(Mandatory)]
        [boolean]$Enabled,
        [string]$ClientID,
        [string]$HostedDomain
    )

I have a PR ready to go if it's fine for you

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions