You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the config file for the httpd server, it appears that the OIDC configuration is a single struct. I think I could add another OIDC provider under a second binding, but that to me implies that this would be a separate web server instance that would need to listen on a different port, with different client and admin configurations and URL.
Is there a way to add a second OIDC configuration to a single binding so that there could be two "Sign in with Open ID" buttons on the web client interface? An example might be "Sign in with Gmail" and "Sign in with Github", etc.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Looking at the config file for the
httpd
server, it appears that the OIDC configuration is a single struct. I think I could add another OIDC provider under a secondbinding
, but that to me implies that this would be a separate web server instance that would need to listen on a different port, with different client and admin configurations and URL.Is there a way to add a second OIDC configuration to a single
binding
so that there could be two "Sign in with Open ID" buttons on the web client interface? An example might be "Sign in with Gmail" and "Sign in with Github", etc.Beta Was this translation helpful? Give feedback.
All reactions