skip to Main Content

Error – Azure AD Application Authorisation Request Denied

Am I assigning the app role permission below in azuread.tf incorrectly? resource "azuread_application" "resource_creation" { display_name = local.azad_resource_creation_sp_name app_role { # ensuring app role definition can be assigned to other applications (the service principal) allowed_member_types = ["Application"] # enabling the…

VIEW QUESTION

Azure – Spring Boot OAuth2 invalid_user_info_response

Im building a webMVC app with Azure as Identity Provider and Im getting the following error: [invalid_user_info_response] An error occurred while attempting to retrieve the UserInfo Resource: I/O error on GET request for "https://graph.microsoft.com/oidc/userinfo": graph.microsoft.com [nio-8080-exec-3] o.s.web.client.RestTemplate : HTTP GET…

VIEW QUESTION
Back To Top
Search