GeoCatalog Instance Configuration

Get Auth Config

Get the app id and tenant id information to make a MSAL request for this GeoCatalog instance.

get/geocatalog/auth

Query parameters

api-versionstring required

The API version to use for this operation.

Response

The request has succeeded.

authn_app_idstring required

Application ID for authentication.

tenant_idstring required

Azure Active Directory tenant ID.

instancestring uri required

Azure AD instance URL.

redirect_uristring uri

Redirect URI after authentication.

Changes