Skip to content

Commit 8f26456

Browse files
sanjev-ramquestSDPCloud94farhansaferoombizthomasio101
authored
Ramquest actions uat connector (#3501)
* ManageEngine ServiceDesk Plus Cloud app submission (#2517) * Partner Center connector - new fields and deal registration actions (#2130) * Update apiDefinition.swagger.json * Latest changes * fix format warning * X-Caller_Id should be optional * Update apiDefinition.swagger.json Review changes - ->Added reg status and sub status fields. ->Update the fields descriptions as per api's details available on Microsoft public site. ->Remove submission related fields. ->Mark registration status field as read only. ->Remove offerId from root. ->Use Enum values in Create deal registration model. ->Create a separate model for update deal registration. Create a separate action for update deal registration. * Update apiDefinition.swagger.json * Update apiDefinition.swagger.json Add deprecate text in Update a referral by Id action * Update apiDefinition.swagger.json Connector status keep as Preview and UpdateReferralById deprecated keep as false but deprecated word in description. * Update apiDefinition.swagger.json update deal registration success message. * Update apiDefinition.swagger.json added title for registration object * Bitskout Connector (#2140) * Bitskout Connector * Requested changes * EC-14395 Make it so fields aren't required anymore for updates (#2150) * Added orderby parameter * Added orderby parameter * feat: add x-ms-pageable extension * feat: add updatenextlink policy instance * refactor: whitespace refactoring * Update apiProperties.json * fix(EC-14395): Integrate the patch schema endpoint * fix(EC-14395): Add specs for the schema endpoint's responses * fix(EC-14395): Add required fields to the schema Co-authored-by: Johannes Heesterman <johannes@elfsquad.io> Co-authored-by: johannesheesterman <heestermanj@gmail.com> Co-authored-by: Stan van Rooy <stanvanrooy6@gmail.com> * ManageEngine ServiceDesk Plus Cloud app submission * Categories and readme document updated * Categories updated --------- Co-authored-by: Farhan <103836444+94farhan@users.noreply.github.com> Co-authored-by: saferoombiz <32263053+saferoombiz@users.noreply.github.com> Co-authored-by: Tess Ellenoir Duursma <thomasduursma@outlook.com> Co-authored-by: Johannes Heesterman <johannes@elfsquad.io> Co-authored-by: johannesheesterman <heestermanj@gmail.com> Co-authored-by: Stan van Rooy <stanvanrooy6@gmail.com> Co-authored-by: Mahbub Murshed <48570820+mamurshe@users.noreply.github.com> Co-authored-by: SDPCloud <tharanishanth16@gmail.com> * ramquest actions uat connector * remove serviceprovider desk plus cloud files * reamquest-actions-uat-connector-review-changes * RamQuest Actions UAT - Updating to Add OAuth Settings * Ramquest Actions uat- update Icon color --------- Co-authored-by: SDPCloud <129050205+SDPCloud@users.noreply.github.com> Co-authored-by: Farhan <103836444+94farhan@users.noreply.github.com> Co-authored-by: saferoombiz <32263053+saferoombiz@users.noreply.github.com> Co-authored-by: Tess Ellenoir Duursma <thomasduursma@outlook.com> Co-authored-by: Johannes Heesterman <johannes@elfsquad.io> Co-authored-by: johannesheesterman <heestermanj@gmail.com> Co-authored-by: Stan van Rooy <stanvanrooy6@gmail.com> Co-authored-by: Mahbub Murshed <48570820+mamurshe@users.noreply.github.com> Co-authored-by: SDPCloud <tharanishanth16@gmail.com>
1 parent 50a5048 commit 8f26456

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

certified-connectors/RamQuest Actions - UAT/apiProperties.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
{
22
"properties": {
3-
"connectionParameters": {},
3+
"connectionParameters": {
4+
"token": {
5+
"type": "oAuthSetting",
6+
"oAuthSettings": {
7+
"identityProvider": "oauth2",
8+
"scopes": [
9+
"good-service offline_access"
10+
],
11+
"redirectMode": "GlobalPerConnector",
12+
"customParameters": {
13+
"AuthorizationUrl": {
14+
"value": "https://sm.uat.ortitletech.com/auth/realms/supermarket/protocol/openid-connect/auth"
15+
},
16+
"TokenUrl": {
17+
"value": "https://sm.uat.ortitletech.com/auth/realms/supermarket/protocol/openid-connect/token"
18+
},
19+
"RefreshUrl": {
20+
"value": "https://sm.uat.ortitletech.com/auth/realms/supermarket/protocol/openid-connect/token"
21+
},
22+
"RedirectUrl": {
23+
"value": "https://global.consent.azure-apim.net/redirect/ramquestactionsuat"
24+
}
25+
},
26+
"clientId": "pacman"
27+
},
28+
"uiDefinition": null
29+
}
30+
},
431
"iconBrandColor": "#55346D",
532
"capabilities": [
633
"actions"

0 commit comments

Comments
 (0)