Replies: 1 comment 3 replies
-
Hi Irfaan, Thanks for your message. It looks like your Seq container can't reach the internet to complete the login flow - does this suggest any possible causes? You can test whether the Seq container has any outbound access at all by attempting to install an app (in Settings > Apps), would be great to hear how you go. Best regards, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to follow what's outlined by the documentation in here https://docs.datalust.co/docs/azure-active-directory to try and add authentication to my Seq application. I've added http for my local version (generated certificate) and using Nginx as reverse proxy as well. However, after having all the configurations in place, I try to login, it goes to Azure AD, I can login successfully but then it redirects back to seq with the following error message: "OpenID Connect authentication failed with "No error provided" / "No extended description available".
This is the version of Seq I am currently using:
datalust/seq:2021.2
And, here is an example of what my local URI looks like:
https://seq.local:45341
Here is a snippet of what I can then see in the error log for the seq container:
Beta Was this translation helpful? Give feedback.
All reactions