We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear,
I am trying to use openid connector for authentication, I am getting this error:
{ "error": "invalid_request", "error_description": "Identity not found" }
Any advice?
tks
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Dear,
I am trying to use openid connector for authentication, I am getting this error:
[aztfexport] 2023/07/24 12:50:02 Initializing...
[aztfexport] 2023/07/24 12:50:19 Listing resources...
[aztfexport] 2023/07/24 12:50:19 DeInitializing...
Error: listing resource set: executing ARG query "Resources | where resourceGroup =~ "rg-xxx-xxx-xxx-01" | order by id desc": DefaultAzureCredential authentication failed
GET http://xxx.xxx.xxx.xxx/metadata/identity/oauth2/token
RESPONSE 400 Bad Request
{
"error": "invalid_request",
"error_description": "Identity not found"
}
Any advice?
tks
The text was updated successfully, but these errors were encountered: