Skip to content

cOctopusServerGoogleAppsAuthentication - missing Allow Auto User Creation parameter #280

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions