Server side error
login.OAuthLogin(get info from generic_oauth)
Error getting user info: {
“error”: “Invalid Api Key”,
“message”: “Invalid API key”
}
So, I looked for the API KEY entry in the config file and I could not find any entry for entering this key. But I cannot find anything. And well, has anyone faced this before? Am I missing something?
These are the very instructions I followed. And I added the disable tls verification flag because I do not have a public certificate. And I end up with the issue I mentioned
Your config above doesn’t have anything shown for client_id or client_secret, or the directory Id in the urls. Is that because you removed it before posting? If so noting that would be helpful It sounds like you may be running an older version of Grafana that doesn’t support the JWT token format, what version of Grafana are you using?
Dang it. I just noticed. If you put anything in angular brackets, it gets eliminated. but yes, I removed those parts before posting the config information here.Thanks for pointing it out! I will make edits accordingly! And I am using version 4.6. Does 4.6 have issues with this?
I am having a similiar issue, I am getting AADSTS90013: Invalid input received from the user. when I try to access the Azure AD Login Page. Any idea where to start?