-
|
I configured my dockman instance to use OIDC, similarly to other applications. but when I'm redirected back from the OIDC server to dockman I only see the message "State cookie missing". What I'm doing wrong? Extra info:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
|
Mixing http and https can cause issues try running dockman with a https domain as well What are the logs in the server and the browser when the error occurs |
Beta Was this translation helpful? Give feedback.
-
|
This is my OIDC configuration: (modified some data for privacy) As you can see my oidc server is using https. |
Beta Was this translation helpful? Give feedback.
-
|
Using |
Beta Was this translation helpful? Give feedback.

found the reason; when using oidc, dockman sets a cookie that is https only and is needed to complete the flow
So on a http instance the cookie is never set.
So until I can add a flag to disable this, you can't use oidc on a http instance