ApplicationProfiles Class

Definition

Constants for the different application profiles for applications in an authorization server.

public ref class ApplicationProfiles abstract sealed
public static class ApplicationProfiles
type ApplicationProfiles = class
Public Class ApplicationProfiles
Inheritance
ApplicationProfiles

Fields

API

The application is an external API registered with the authorization server.

IdentityServerJwt

The application is an API that coexists with the authorization server.

IdentityServerSPA

The application is a single page application that coexists with the authorization server.

NativeApp

The application is a native application like a mobile or desktop application.

SPA

The application is an external single page application registered with the authorization server.

Applies to