Skip to content

Bug report: login --authType misses 'secret' value in the autocompleter #3724

@martinlingstuyl

Description

@martinlingstuyl

Description

When typing m365 login --authType you can use the CLI completion to add values like device, browser, certificate. The value secret is missing though. Even though that is a valid value for the option.

CLI for Microsoft 365 version

5.8

Additional Info

I've looked in the code and indeed, it is not there:

{
        option: '-t, --authType [authType]',
        autocomplete: ['certificate', 'deviceCode', 'password', 'identity', 'browser']
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions