AuthenticationOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Authentication related configuration.
public class AuthenticationOptions
type AuthenticationOptions = class
Public Class AuthenticationOptions
- Inheritance
-
AuthenticationOptions
Constructors
AuthenticationOptions() |
Fields
Authentication |
Entry name in configuration file. |
Properties
ApplicationIdUri |
Application ID URI. |
Bot |
Bot specific authentication configurations. |
ClientId |
The client (application) ID of an App Registration in the tenant. |
ClientSecret |
The secret of an App Registration in the tenant. (Created by Teams extension in user secrets) |
InitiateLoginEndpoint |
Login page for Teams to redirect to. |
OAuthAuthority |
Authority URL that is used in OAuth On-behalf-of flow. |