I need a REST API Camunda ID user? - camunda

I can't find Platform REST API, please guide me.

Please see: https://docs.camunda.org/manual/7.18/user-guide/spring-boot-integration/rest-api/
By default the application path is engine-rest, so without any further
configuration you can access the api at
http://localhost:8080/engine-rest.

Related

WSO2 API Manager download API Definition

Is there a way to download API definition (JSON or YML) from Developer Portal? I mean, is there any default link I can point to get this file from API or API Product?
PS: It is easy to do it from Publisher interface but I can't find any option on DP.
Thanks!
You can download the API definition from the Devportal as well. Click on the Swagger as in the following image.

Azure App Service - Add Authentication

I have an App Service on Azure, and I can easily call this Service thanks to Swagger or SoapUI, but now I would like to secure my App Service by using a Login/Password or any other solutions.
I have tried to do it with Active Directory but I'm not sure it's the best solution (and it doesn't work for me :D).
Can you help me ? ^^. How can I secure it ?
Thank you very much for your help !
Regards,
I wrote an article how to enable that users need to authentication using Azure Active Directory here. Skip to the section Active Directory Configuration.
Should not be that difficult.
The beginning of the article is about reading Active Directory using the Graph API, that is not applicable for your config.
You can take a look on Azure Easy Auth. I believe that it's the easiest way to achieve that:
https://azure.microsoft.com/en-us/resources/videos/azure-websites-easy-authentication-and-authorization-with-chris-gillum/

Wso2 API manager integration with Openam

I'm trying to integrated wso2 api manager in our organization. We are using Open AM as out Single sign on. I tried to search for some documentation for it but couldn't find any for wso2 API manager authentication and possibly authorization piece integration with Open AM. Is there any extension or plugin available to integrate it?
Appreciate if have any idea about this. Thanks in advance!
Regards,
Jayesh
Please refer this blog post in [1]. Here I done it for WSO2 BAM. Same as you can do it for WSO2 AM.
[1] http://manulachathurika.blogspot.com/2013/10/configure-opensso-for-wso2-business.html

WSO2 web links asks for user authentication

I was trying to learn about WSO2 ESB and use some examples available on the web by WSO2 employees. However accessing these links ask for user authentication. Do I have to register somewhere or is there any temporary issue with the website.
I was trying to learn about WSO2 ESB entitlement mediator and for that I tried to access this URL
http://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCkQFjAA&url=http%3A%2F%2Fwso2.org%2Fproject%2Fesb%2Fjava%2F4.0.0%2Fdocs%2Fmediators%2Fentitlement.html&ei=Z3PBUfW6HMO3rAfZwoG4BA&usg=AFQjCNGpv2CdS_dZshfV70d4fRlCxgYk_A&bvm=bv.47883778,d.bmk&cad=rja
Help me get access to these resources.
Thanks.
Please access WSO2 docs from the Wiki Dashboard: http://docs.wso2.org/wiki/dashboard.action
Here is a link to the ESB Docs http://docs.wso2.org/wiki/display/ESB460/Enterprise+Service+Bus+Documentation
You can find information about Entitlement Mediator from following link.
http://docs.wso2.org/wiki/display/ESB460/Entitlement+Mediator
I hope this helps.
Thanks!

Google API Translation

https://www.googleapis.com/language/translate/v2?key=INSERT-YOUR-KEY&q=hello%20world&source=en&target=de
In this URL, what is INSERT-YOUR-KEY? Any good tutorials on that?
If you are planning on using an API for a project, a highly recommended first step is to read the official documentation through fully:
http://code.google.com/apis/language/translate/v2/getting_started.html
From the introduction:
You need a Google account to use this API. If you already have a Google Account, then you can visit the Google APIs console to set up a new project and get your API key.
You need a Google API key in order to use Google-provided APIs: http://code.google.com/apis/loader/signup.html