You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This will use client_credentials flow to get an access token,
74
74
# and use it to make requests to the LLM provider.
75
+
# Here is more information on this flow: https://learn.microsoft.com/en-us/entra/identity-platform/v2-oauth2-client-creds-grant-flow#first-case-access-token-request-with-a-shared-secret
75
76
# It is expected that the response from the OAuth2 server will be in the format
# This will use client_credentials flow to get an access token,
66
66
# and use it to make requests to the LLM provider.
67
+
# Here is more information on this flow: https://learn.microsoft.com/en-us/entra/identity-platform/v2-oauth2-client-creds-grant-flow#first-case-access-token-request-with-a-shared-secret
67
68
# It is expected that the response from the OAuth2 server will be in the format
# This will use client_credentials flow to get an access token,
77
77
# and use it to make requests to the LLM provider.
78
+
# Here is more information on this flow: https://learn.microsoft.com/en-us/entra/identity-platform/v2-oauth2-client-creds-grant-flow#first-case-access-token-request-with-a-shared-secret
78
79
# It is expected that the response from the OAuth2 server will be in the format
# This will use client_credentials flow to get an access token,
72
72
# and use it to make requests to the LLM provider.
73
+
# Here is more information on this flow: https://learn.microsoft.com/en-us/entra/identity-platform/v2-oauth2-client-creds-grant-flow#first-case-access-token-request-with-a-shared-secret
73
74
# It is expected that the response from the OAuth2 server will be in the format
0 commit comments