Magic xpa – Configuration de l’IMM avec wsl
L’installation de WSL et MicroK8S est détaillée, suivie de la configuration IMM avec des étapes spécifiques pour l’adresse IP et le domaine.
Magic xpa – Configuration de l’IMM avec wsl Lire la suite »
L’installation de WSL et MicroK8S est détaillée, suivie de la configuration IMM avec des étapes spécifiques pour l’adresse IP et le domaine.
Magic xpa – Configuration de l’IMM avec wsl Lire la suite »
Goal1 : Describe the different steps for connecting Magic xpi with Amazon S3 using a DotNet custom component Goal2 : Describe general steps to develop a custom component Prerequisite : Access to Amazon S3 with AccessKey, SecretKey, Region and Endpoint URL. Check with postman that you can have access to Amazon service 1/ Copy the
Amazon S3 and Magic xpi Lire la suite »
Describe the different steps for connecting Magic xpi with Office365 using REST Microsoft Graph API 1/ Define in Azure Portal An app registration and add permission for Office365 via Microsoft Graph Retrieve the ClientId, ClientSecret, TenantId in other to define this settings in the Magic xpi Resource Repository 2/ Open the Resource repository in Magic
Office365 – Magic xpi REST Connector – Read Mail using Microsoft Graph Lire la suite »
Describe the different steps for connecting Magic xpi with SharepointOnline using REST Microsoft Graph API 1/ Define in Azure Portal An app registration and add permission for Sharepoint through Microsoft Graph 2/ Check that you can have access via Postman 3/ Define a REST Client Resource in Magic xpi Studio 4/ Define 2 Paths /{list}
Goal : Configure OAuth2 Authentication for Magic xpi RESTful API Service using KeyCloak Identity Access Management Prerequisites : 1/ keyCloak Server Installation Download and unzip keycloak server install java version « 17.0.11 » 2024-04-16 LTS Start Keycloak server (Dev environment) : kc start-dev Browse : http://localhost:8080 and create Admin user 2/ Keycloak settings Create Realm for Magic
KEYCLOAK IAM – Magic xpi Lire la suite »
Goal : Send Microsoft Teams Chat message from Magic xpi using Microsoft Graph API 1/ Define Authorization « ChatMessage.Send » under Microsoft Graph API in Azure Portal (Delegate authorization is mandatory) 2/ Get the conversation id from the Teams URL (*) if you dont see the id in the URL, disable « New teams » if it exists (**)
Microsoft Teams – Magic xpi : Send Chat message using Microsoft Graph REST API Lire la suite »
Nous avons le plaisir d’annoncer la sortie de SmartUX, le nouveau concepteur de formulaires de Magic xpa qui permet de développer rapidement et efficacement de belles applications Web Client. SmartUX est un concepteur de formulaires basé sur le web qui maintient une communication persistante avec Magic xpa studio, rendant le développement d’applications basées sur le
Magic xpa – Publication de SmartUX Lire la suite »
Describe the different steps for connecting Magic xpi with SharepointOnline using REST Sharepoint API (*) (*) Sharepoint can be accessed also via REST Microsoft Graph API (not described in this post) Goal : Download files from Sharepoint Online Folder 1/ Check that you can call REST Sharepoint Online API using Postman with your credentials Send
Goal : List a container blob storage and download and save each content (blockblob) in a file locally Describe the different steps for connecting Magic xpi with Azure Storage using REST API 1/ Check that you can call the Azure Storage REST API using Postman with your credentials using Shared Key (*) Instead of Shared
Describe the different steps for connecting Magic xpi with AzureAD using REST API 1/ Check that you get OAuth2 token from login.microsoftonline using Postman (*) client_id, clientsecret, resource, tenantid, callback URL and scope are retrieved from azure portal (https://portal.azure.com) (**) Check the API permissions 2/Check that you can get the Users List from Postman 2/