[Identity] update docs for IDC and device code credentials (#30656)
This commit is contained in:
Родитель
9646966abc
Коммит
5513635f78
|
@ -46,7 +46,11 @@ export interface DeviceCodeCredentialOptions
|
|||
*/
|
||||
tenantId?: string;
|
||||
/**
|
||||
* The client (application) ID of an App Registration in the tenant.
|
||||
* Client ID of the Microsoft Entra application that users will sign into.
|
||||
* It is recommended that developers register their applications and assign appropriate roles.
|
||||
* For more information, visit https://aka.ms/identity/AppRegistrationAndRoleAssignment.
|
||||
* If not specified, users will authenticate to an Azure development application,
|
||||
* which is not recommended for production scenarios.
|
||||
*/
|
||||
clientId?: string;
|
||||
/**
|
||||
|
|
|
@ -38,7 +38,11 @@ export interface InteractiveBrowserCredentialNodeOptions
|
|||
tenantId?: string;
|
||||
|
||||
/**
|
||||
* The client (application) ID of an App Registration in the tenant.
|
||||
* The Client ID of the Microsoft Entra application that users will sign into.
|
||||
* It is recommended that developers register their applications and assign appropriate roles.
|
||||
* For more information, visit https://aka.ms/identity/AppRegistrationAndRoleAssignment.
|
||||
* If not specified, users will authenticate to an Azure development application,
|
||||
* which is not recommended for production scenarios.
|
||||
*/
|
||||
clientId?: string;
|
||||
|
||||
|
@ -66,8 +70,10 @@ export interface InteractiveBrowserCredentialInBrowserOptions extends Interactiv
|
|||
tenantId?: string;
|
||||
|
||||
/**
|
||||
* The client (application) ID of an App Registration in the tenant.
|
||||
* The Client ID of the Microsoft Entra application that users will sign into.
|
||||
* This parameter is required on the browser.
|
||||
* Developers need to register their applications and assign appropriate roles.
|
||||
* For more information, visit https://aka.ms/identity/AppRegistrationAndRoleAssignment.
|
||||
*/
|
||||
clientId: string;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче