...
Note: the server dev don’t have a certificate to work with https.
...
➕ points | ➖ points |
Integration with Azure (Azure AD and possibility with KeyVault) | VPN dependency |
Using the last version for software development platform | Oracle connection dependency |
Not scalable because is inside IIS | |
30% of the app's power is being used | |
Availability not guaranteed 24/7 |
The goal
This same API, one time in the cloud, all negative points will be removed automatically.
...
Azure configuration
The redirect URL from the API needs to be registered on app registration
The option Access tokens need to be activated
In Exposed API, add a scope
Give access to your client ID
In API permissions, grant access to your scope
This configuration will be used in your API
To configure your endpoint, you can see from here
...