-
Notifications
You must be signed in to change notification settings - Fork 17
[FEATURE] SSO Login Option #226
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestpending decisionDecision if implementation will happen is pendingDecision if implementation will happen is pendingwontfixThis will not be worked onThis will not be worked on
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpending decisionDecision if implementation will happen is pendingDecision if implementation will happen is pendingwontfixThis will not be worked onThis will not be worked on
What area do you want to see improved?
terraform provider
Is your feature request related to a problem? Please describe.
Using the provider with least amount of configuration needs
Describe the solution you would like
If no other authentication methods are provided (User/password, clientID/secret, CF_HOME, etc), instead of failing the CF CLI could be called interactively with
--sso. The BTP provider also provides this option:https://registry.terraform.io/providers/SAP/btp/latest/docs#single-sign-on
Describe alternatives you have considered
No response
Additional context
No response