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
The provider currently only allows importing existing service principals using their object ID via annotation "crossplane.io/external-name". This is problematic when trying to import the Microsoft Graph service principal because its object ID varies across different Azure AD tenants. The expected behavior is to be able to import the Microsoft Graph service principal using its well-known, fixed application ID (00000003-0000-0000-c000-000000000000).
What could help solve your problem?
The provider should allow importing the Microsoft Graph service principal by its application ID (00000003-0000-0000-c000-000000000000). This ID is constant across all Azure AD tenants, whereas the object ID seems to be tenant-specific.
In terraform you can import the Microsoft Graph service principal via:
The only way I found to import the service principal was by looking up the object id and set it via "crossplane.io/external-name" but this is not a good solution.
The text was updated successfully, but these errors were encountered:
What problem are you facing?
The provider currently only allows importing existing service principals using their object ID via annotation "crossplane.io/external-name". This is problematic when trying to import the Microsoft Graph service principal because its object ID varies across different Azure AD tenants. The expected behavior is to be able to import the Microsoft Graph service principal using its well-known, fixed application ID (00000003-0000-0000-c000-000000000000).
What could help solve your problem?
The provider should allow importing the Microsoft Graph service principal by its application ID (00000003-0000-0000-c000-000000000000). This ID is constant across all Azure AD tenants, whereas the object ID seems to be tenant-specific.
In terraform you can import the Microsoft Graph service principal via:
Similar configuration does not work in crossplane.
The only way I found to import the service principal was by looking up the object id and set it via "crossplane.io/external-name" but this is not a good solution.
The text was updated successfully, but these errors were encountered: