mirror of
https://github.com/tvytlx/ai-agent-deep-dive.git
synced 2026-04-09 18:44:48 +08:00
Add extracted source directory and README navigation
This commit is contained in:
11
extracted-source/node_modules/@azure/identity/dist/esm/util/identityTokenEndpoint.js
generated
vendored
Normal file
11
extracted-source/node_modules/@azure/identity/dist/esm/util/identityTokenEndpoint.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// Copyright (c) Microsoft Corporation.
|
||||
// Licensed under the MIT License.
|
||||
export function getIdentityTokenEndpointSuffix(tenantId) {
|
||||
if (tenantId === "adfs") {
|
||||
return "oauth2/token";
|
||||
}
|
||||
else {
|
||||
return "oauth2/v2.0/token";
|
||||
}
|
||||
}
|
||||
//# sourceMappingURL=identityTokenEndpoint.js.map
|
||||
Reference in New Issue
Block a user