Skip to content

Commit 85dab25

Browse files
authored
docs: update MISP docs with open issue
Update the Managed Identity and Service Principal docs to include the reference to a known issue with some MI formats.
1 parent 87b3a1a commit 85dab25

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/azrepos-misp.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,15 @@ Value|Description
4949
-|-
5050
`system`|System-Assigned Managed Identity
5151
`[guid]`|User-Assigned Managed Identity with the specified client ID
52-
`id://[guid]`|User-Assigned Managed Identity with the specified client ID
53-
`resource://[guid]`|User-Assigned Managed Identity for the associated resource
52+
`id://[guid]` **|User-Assigned Managed Identity with the specified client ID
53+
`resource://[guid]` **|User-Assigned Managed Identity for the associated resource
5454

5555
You can obtain the `[guid]` from the Azure Portal or by using the Azure CLI
5656
to inspect the Managed Identity or resource.
5757

58+
** Note there is an open issue that prevents successfull authentication when
59+
using these formats: https://github.com/git-ecosystem/git-credential-manager/issues/1570
60+
5861
## Service Principals
5962

6063
Azure Service Principals are used to authenticate and authorize applications and

0 commit comments

Comments
 (0)