Select a template type from the Auth Template list.
-
Do not use auth service: Provides no authentication template.
-
Use built-in JWT server: Includes a built-in authentication server that supports JWT or bearer tokens. See Tutorial: Authenticating your apps > Using JWT for more information.
-
Use built-in OAuth server: Includes a built-in authentication server based on IdentityServer4 framework that works with the OAuth 2.0 authorization flows. See Tutorial: Authenticating your apps > Using OAuth 2.0 for more information.
-
Use built-in AWS Cognito server: Includes a built-in authentication server that works with the Amazon Cognito user pool. See Tutorial: Authenticating your apps > Using Amazon Cognito for more information.
-
Use external Azure Active Directory service: Includes templates that work with Azure AD or Azure AD B2C. See Tutorial: Authenticating your apps > Using Azure Active Directory for more information.
-
Use external auth service: Includes templates that can be easily extended to support the other identity providers that work with the OAuth flows or JWT, such as Okta OIDC (OpenID Connect). See Tutorial: Authenticating your apps > Using other auth servers for more information.
The PowerServer C# solution will automatically include the built-in auth server and/or template according to your selection.