grafana can’t login after upgrading to v7.0 - grafana

After upgrading to v7.0 we are unable to login to grafana. At the login screen, after typing in a the username and password, a green banner will pop up which states “Logged In”, but the webpage will refresh and be stuck at the login page.

Try using another browser. Google and Firefox works for me while Microsoft edge does not.

Related

How do you repair keycloak user page?

Hi i am trying to install a SAML 2.0 server with keycloak but the user page not work like in the following screen shot
With this beautifull error
Someone know how to correct it ??
Thanks EscapeMan
I had the same error using Chrome, but using Firefox it's working fine!

wicket login is not working after upgrade tomcat 7 to 8

I am working on wicket version 1.4.17 in my application with tomcat 7.
After updating tomcat my application is broken.
The login page is not working when submit is clicked. It is working when I hit enter in the url.
If I click on the login button it is returning the same page, but if I login again then it is working.
Your problem might be related to Tomcat changing the session id after login.
Hard to tell whether your code or Wicket can't handle it, but 1.4.x is discontinued already.

Implement SSO using IdentityServer4

I was implement the Identity management server by help of the documentation.
I am running the following applications:
I run the Identity server
I run the API
I run the MVC client
My MVC client gets opened in a Chrome browser. After open I click on Login and provide username and password and click submit. I got successfully logged in and it redirects me to the home page.
The problem is, after I open open another Chrome window, then I try to open the MVC Client and it asks me again to login. How can I solve this?
If you are running the MVC client from the Visual Studio debugger, it creates a brand new browser session (no old cookies, application data etc.). As IdentityServer is keeping the logged user information in a cookie, by running your application like this, you are loosing this cookie, and this is why you are forced to re-login.
I recommend you to deploy your MVC client to a local IIS site and try again. You will see that no such issue occurs (as long as you are not opening the site in an incognito mode of course).

Moodle Authentication (auth_googleoauth2) plugin not working

i am using moodle 3.0.
I want to login with on my website, so i have downloaded Authentication (auth_googleoauth2) plugin from moodle directories.
also put the clientID and client secret into setting plugine page.
But on login page still not showing buttons for "login with google".
Any thing i am missing can any one help how to use this plugin.
Is it enabled? Go to site admin -> plugins -> authentication -> manage authentication
https://docs.moodle.org/30/en/Managing_authentication#Setting_the_authentication_method.28s.29

Dotnetnuke host login redirects to ERR_TOO_MANY_REDIRECTS

I've installed the community version of DNN.
then i've started to develop some modules - this worked fine.
then i saw that dnn have AuthenticationServices and wanted to create one for connection to MS CRM.
then i've tried to install this AuthenticationServices and it worked. After that i wasn't able to login to the host anymore. i keep getting the error: ERR_TOO_MANY_REDIRECTS.
bevor i've started with changes i cloud login with dnndev.me/admin or dnndev.me/host.
dnndev.me/admin get redirected to my custom login page.
And dnndev.me/host gets me an ERR_TOO_MANY_REDIRECTS error.
is there an easy way to repair this? or do you prefer to reinstall dnn?
It looks like when you try to login into DotNetNuke it will add the login module to the home/start site into the ContentPane.
Unfortunately i changed the template, with one that didn't have the ContentPane. So you can't access with the link dnndev.me/admin.
For access via dnndev.me/host, I'm not quite sure if it was the same problem.
I solved everything with a new clean install.
and a little hint:
i'm now create a master login page like masterlogin and put the account login module on it.
now i should be able to login whenever an error occur.