79639313

Date: 2025-05-26 16:54:00
Score: 1.5
Natty:
Report link

For info i get an issue to be able to use a MSI or a user inside a entra group.

In order to solve the issue i need to add the default schema dbo when i add a external Entra Group in SQL.

$defaultSchema = "dbo"
CREATE USER [$userName] FROM EXTERNAL PROVIDER WITH DEFAULT_SCHEMA = $defaultSchema"
Reasons:
  • Blacklisted phrase (0.5): i need
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: didaskein