rokit
April 2, 2019, 2:55pm
1
So I’m trying to learn about API’s. Does this mean it’s possible to use my office365 azure ad to authenticate my employees and give them access to my vehicle database on my web page?
I just want to be able to let the mechanics access the page without issuing another password etc. when they already have office 365 accounts.
George
April 2, 2019, 4:30pm
2
Well not sure about Azure - but if it supports oAuth2 they it should be possible.
See:
Hello Adriano,
The logic here is:
In your server action you setup first the Oauth provider with all the settings from the specific provider documentation
You add the Authorize step to get authorization from the provider you defined in step 1.
Then when you get the authorization you can use the API which requires it and do whatever you need as per their documentation.
has there been any progress on config a link to azure ad?
maybe that helps? I would be also interested in any news about this topic!
https://oauthplay.azurewebsites.net/
pheaxx
September 5, 2019, 12:48pm
5
I requested a somewhat same feature:
Pheaxx, you can actually add Integrated Windows Authentication without a plugin because you should be able to pick the username up from the server environment variables which should be available inside of Wappler. However the LDAP / AD integration would be fantastic to have in order to sync to an AD / LDAP environment and pull data in and to also authenticate.