Skip to content

feat(config): Add preferredLoginMethod to Team Config #2684

@zFernand0

Description

@zFernand0

Is your feature or enhancement request related to a problem or limitation? Please describe

User may want to specify a default login method when accessing services via the API Mediation Layer

Describe your enhancement idea

Add a new property to Team Config as a sibling of authOrder that will allow users to set a preferred login method (preferredLoginMethod)

const enum PreferredLoginMethod {
  BASIC = 'basic',
  API_ML_TOKEN = `apiMlToken',
  API_ML_CERT = `apiMlCertificate`
}

Describe alternatives you've considered

N/A

Provide any additional context

This enhancement request came up when discussing the issue below:


Added label priority-low tentatively until we have more info.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestpriority-lowLegit issue but cosmetic or nice-to-have

    Type

    No type

    Projects

    Status

    Low Priority

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions