-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Destinaitons with authentication type OAuth2Password #1399
Comments
Hi @gregorwolf , thanks for raising this up. I have created a backlog item. @artemkovalyov Do you have a timeline for this feature? Do you have a workaround e.g., switching to other auth type for now? Best regards, |
Hi @jjtang1985, I've found a workaround using cf-http-client. Unfortunately the scope of this package is quite narrow. But also a plain axios solution worked. Unfortunately the Cloud Foundry API doesn't provide an Open API Specification yet. Best regards |
Hi @gregorwolf, What's the priority of this for you? Is it a PoC to try this credential flow or do you need it for a production-ready App/Service? |
Hi @artemkovalyov, we need to access the Cloud Foundry API for a productive Multitenant SAP Partner solution. Best regards |
Hi @gregorwolf, I'll raise the prio for this issue. We'll keep you updated when this Auth flow is supported. |
Hi @gregorwolf, I'll close this ticket and please reopen if you have questions. |
I'm trying to call the Cloud Foundry API using the Cloud SDK for JavaScript. For that I've created a Destinaitons with authentication type OAuth2Password in my SAP BTP Subaccount and added this commit to my bookshop-demo sample project. Unfortunately when I call the implementation I get the following error message:
Would be great if the SDK could add support for the OAuth2Password authentication type. As shown in tests/cloud-foundry.http#L3 the authenticaiton itself is actually not that complicated.
The text was updated successfully, but these errors were encountered: