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.
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
authOrderthat will allow users to set a preferred login method (preferredLoginMethod)Describe alternatives you've considered
N/A
Provide any additional context
This enhancement request came up when discussing the issue below:
Added label
priority-lowtentatively until we have more info.