Hi Nicolas, Your question is not very clear to me. Can you explain a bit in detail?
On Sun, Sep 16, 2018 at 11:19 AM Nicolas Maujean < [email protected]> wrote: > hi Fazlan, > > Thank you for your feedback. Yes, WSO2 API-Manager, can we add the > credentials associated to the token in oauth2 ? > > best regards, > > Nicolas Maujean > > Le dim. 16 sept. 2018 à 18:32, Fazlan Nazeem <[email protected]> a écrit : > >> Hi Nicolas, >> >> I assume your question is regarding API Manager product. You can append >> query params to the backend URL by adding a mediation flow to the API in >> the inSequence. >> >> <sequence xmlns="http://ws.apache.org/ns/synapse" name="sample"> >>> <property name="REST_URL_POSTFIX" >>> expression="fn:concat(get-property('axis2','REST_URL_POSTFIX'), >>> '&name=xyz')" scope="axis2" type="STRING"/> >>> </sequence> >> >> >> The above mediation sequence will append a query param named "name" which >> has a value of "xyz" to the backend call. >> >> The steps to include a custom insequence to your API can be found here[1] >> >> [1] https://docs.wso2.com/display/AM210/Adding+Mediation+Extensions >> >> >> >> On Sun, Sep 16, 2018 at 5:48 AM Nicolas Maujean < >> [email protected]> wrote: >> >>> Hi, >>> >>> Is it possible to add information automatically in the url calling >>> the back end, givng enough information, the credentials allowing to the >>> backend to make further test for security purpose ? >>> >>> best regards, >>> >>> Nicolas Maujean >>> _______________________________________________ >>> Architecture mailing list >>> [email protected] >>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture >>> >> >> >> -- >> Thanks & Regards, >> >> *Fazlan Nazeem* >> Senior Software Engineer >> WSO2 Inc >> Mobile : +94772338839 >> [email protected] >> _______________________________________________ >> Architecture mailing list >> [email protected] >> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture >> > _______________________________________________ > Architecture mailing list > [email protected] > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture > -- Thanks & Regards, *Fazlan Nazeem* Senior Software Engineer WSO2 Inc Mobile : +94772338839 [email protected]
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
