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
Copy file name to clipboardExpand all lines: sdk/identity/azure-identity/README.md
+9
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,15 @@ Configuration is attempted in the above order. For example, if values for a
137
137
client secret and certificate are both present, the client secret will be used.
138
138
139
139
# Examples
140
+
141
+
The following examples are provided below:
142
+
143
+
*[Authenticating with DefaultAzureCredential](#authenticating-with-defaultazurecredential"Authenticating with DefaultAzureCredential")
144
+
*[Authenticating a service principal with a client secret](#authenticating-a-service-principal-with-a-client-secret"Authenticating a service principal with a client secret")
145
+
*[Authenticating a service principal with a certificate](#authenticating-a-service-principal-with-a-certificate"Authenticating a service principal with a certificate")
0 commit comments