OpenID NativeApp GetStarted - kmd-identity/documentation GitHub Wiki
Information needed to register your Native Application with KMD Identity using OpenID
Specify a name for the Native Application. The recommended standard is: [ORGANIZATION] [PRODUCT] - [ENVIRONMENT]
Examples:
KMD Progress - local
KMD Progress - dev
KMD Progress - prod
Specify one or more RedirectUris. A RedirectUri is the location a user is sent back to after authentication. It must match the redirect_uri specified in the Authorize request. RedirectUris are also used when a user logs out of your application. In that scenario it must match the post_logout_redirect_uri. RedirectUris must use HTTPS (ie. begin with "https://"). The only exception to this rule is a RedirectUri to localhost.
[Optionally] - Specify the identifier and scopes of an API for which the Native Application wants an access_token for. See audience and scopes in the API section for more information.