* Updated apiProperties.json and apiDefinition.swagger.json (#546)

* Update apiDefinition.swagger.json

* Add files via upload

* update readme

* Update Get User Info Action and apiProperties file

* In d insurance (#560)

* Create IN-D KYC India

* Delete IN-D KYC India

* Create apiDefinition.swagger.json

* Add files via upload

* Create README.MD

* Update README.MD

* Delete README.MD

* Delete apiDefinition.swagger.json

* Delete apiProperties.json

* Create IN-D Insurance

* Delete IN-D Insurance

* Create IN-D Insurance

* Delete IN-D Insurance

* Create Readme.md

* Add files via upload

* Add files via upload

* Delete Readme.md

* Delete apiDefinition.swagger.json

* Delete apiProperties.json

* Create Readme.md

* Add files via upload

* Add files via upload

* Add Mavim iMprove connector

* Changed background color for new logo

White background is not "approved" by Microsoft to be used in the PowerApps connector.
Therefor we inverted the logo colors to white logo on color background.

* Added stackOwner

Added the required stackOwner to the api properties.

* Added the resource URI

Our API uses this Guid

Co-authored-by: Calvin Leong <60145424+calvinleong@users.noreply.github.com>
Co-authored-by: gowthamd3 <65020517+gowthamd3@users.noreply.github.com>
This commit is contained in:
Ralph Noordanus 2021-03-25 03:23:53 +01:00 коммит произвёл GitHub
Родитель f5b57966f1
Коммит bcdd2ae0fd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 4544 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,18 @@
## Mavim iMprove Connector
With the Mavim connector you are able to build a digital twin of your organization by visualizing the relationships among people, process and technology and creates a map of business operations to help you monitor change, measure impact, and make informed business decisions to help you reach your destination. Our cloud software makes use of open standards for integration with third party applications, enabling simple adoption into any companys technology stack.
## Prerequisites
To start using this connector, you need to have an Mavim Cloud database and a Microsoft work account registered in Azure Active Directory (AAD) to be able to access.
## How to get credentials
In order to login you must have a Mavim database in de Mavim Cloud. The accounts added to the Mavim database needs to be known in the AAD.
## Getting started with your connector
This area is good for providing users with a step-by-step process for getting started with your connector. This is where you should highlight common use cases, such as your expected popular triggers and actions, and how they can help in automation scenarios. Include images where possible.
## Deployment instructions
Please use [these instructions](https://docs.microsoft.com/en-us/connectors/custom-connectors/paconn-cli) to deploy this connector as custom connector in Microsoft Power Automate and Power Apps.

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -0,0 +1,48 @@
{
"properties": {
"connectionParameters": {
"token": {
"type": "oauthSetting",
"oAuthSettings": {
"identityProvider": "aad",
"clientId": "<<Please_add_your_clientID_here>>",
"redirectMode": "Global",
"redirectUrl": "https://global.consent.azure-apim.net/redirect",
"properties": {
"IsFirstParty": "False",
"AzureActiveDirectoryResourceId": "{{Please_add_AzureActiveDirectoryResourceId_here}}"
},
"customParameters": {
"loginUri": {
"value": "https://login.windows.net"
},
"tenantId": {
"value": "common"
},
"resourceUri": {
"value": "15e1f0d0-3141-47b0-a87e-323d62b71b75"
}
}
}
},
"token:TenantId": {
"type": "string",
"metadata": {
"sourceType": "AzureActiveDirectoryTenant"
},
"uiDefinition": {
"constraints": {
"required": "false",
"hidden": "true"
}
}
}
},
"iconBrandColor": "#E31B86",
"policyTemplateInstances": [
],
"capabilities": [],
"publisher": "Mavim",
"stackOwner": "Mavim"
}
}