Field | Value |
---|---|
Name | Basic Calculator |
Identifier | basic-calculator |
Signing Algorithm | RS256 |
Facebook
for a Connection that contains users using their Facebook credentials or site-sign-ups
for a database connection where users sign up on your site).Parameter | Description |
---|---|
Name | The name for your service (which will also be used to create the URL you need to access the service) |
Subscription | The Azure subscription plan with which you’ll use with the service |
Resource group | The collection of resources sharing a lifecycle, permissions, and policies. You can use an existing resource group or you can create a new one (you’ll need to provide a name for the group if you create a new one) |
Location | Choose the location that services your API instance |
Organization name | The name of your organization |
Administrator email | The email address of the person who will be administering this instance |
Pricing tier | The pricing tier you want, which determines the number of calls you can make to your API, as well as the maximum amount of data transfer allowed. You must opt for the Developer plan or higher; the Consumption plan does not offer sufficient functionality for this integration to work. |
Parameter | Description |
---|---|
Display name | Enter a descriptive name for your authorization server, such as Auth0 . |
Id | This field should auto-populate based on the display name you provide. |
Description | Enter a description for your authorization server, such as Auth0 API Authentication . |
Client registration page URL | Enterhttps://placeholder.contoso.com as a placeholder. |
Authorization code grant types | Select Authorization code . |
Authorization endpoint URL | Refer to your tenant’s OIDC Discovery endpoint and append the audience parameter. For example: https://{yourDomain}/authorize?audience= . |
Authorization request method | Default is GET . |
Token endpoint URL | Refer to your tenant’s OIDC Discovery endpoint . |
Client authentication methods | Select Basic . |
Access Token sending method | Select Authorization header . |
Default scope | Specify a default , if required. |
GET
call that allows you to add two integers.HTTP 200
response at the bottom of the page.Authorization
header.
If you want to validate the Access Token included with each request, you can do so by using the Validate JWT policy. Please refer to Microsoft’s documentation on setting an API Management policy.