Hi, I'm trying to get OIDC working with Microsoft Entra ID (aka AzureAD.)
The problem I'm having is with the certwarden:superadmin scope. I seem unable to add it to the application registration in such a way that Cert Warden gets it during login. From what I can tell, it's looking for the scope in the Microsoft Graph API, and obviously that doesn't work.
This is the error:
oidc callback failed (invalid_client: AADSTS650053: The application 'Abertay Cert Warden OIDC' asked for scope 'certwarden:superadmin' that doesn't exist on the resource '00000003-0000-0000-c000-000000000000'. Contact the app vendor.
Has anyone had any luck with this?