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: docs-conceptual/azps-15.1.0/faq.yml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -87,3 +87,8 @@ sections:
87
87
```
88
88
89
89
**Note:** Handle plain text carefully, as it is less secure than a SecureString.
90
+
91
+
- question: |
92
+
Why does the access token I get from Get-AzAccessToken contain scopes I did not ask for?
93
+
answer: |
94
+
They are the preauthorized scopes for Azure PowerShell. This does not mean the token has access to those APIs. Actual access still depends on the permissions of the user account, so this behavior is expected and safe.
0 commit comments