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
I am implementing mTLS (client TLS certificates) to connect to all my HTTPS services. I like it because it protects my services like a VPN without the need to setup the VPN o even I can use other VPN like the work VPN. It protect me from zero-day security bugs because the services are available once mTLS was established successfully.
I can use mTLS with Authelia's Forward Authentication. However I have problems with OIDC because the user is redirected to Authelia OIDC Provider (OP) to authenticate, the user needs a valid SSL/TLS client certificate to be able to connect, but then the web application (Relayin Party) needs to interact with OP and because there is a mTLS enforcement it can not connect to Authelia. So, the OIDC authentication fails.
I would like to know if there is a way to configure OIDC in order to the user gets redirected to mTLS DNS Domain whereas the application (Relaying Party) can use another internal DNS Domain not protected with mTLS.
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am implementing mTLS (client TLS certificates) to connect to all my HTTPS services. I like it because it protects my services like a VPN without the need to setup the VPN o even I can use other VPN like the work VPN. It protect me from zero-day security bugs because the services are available once mTLS was established successfully.
I can use mTLS with Authelia's Forward Authentication. However I have problems with OIDC because the user is redirected to Authelia OIDC Provider (OP) to authenticate, the user needs a valid SSL/TLS client certificate to be able to connect, but then the web application (Relayin Party) needs to interact with OP and because there is a mTLS enforcement it can not connect to Authelia. So, the OIDC authentication fails.
I would like to know if there is a way to configure OIDC in order to the user gets redirected to mTLS DNS Domain whereas the application (Relaying Party) can use another internal DNS Domain not protected with mTLS.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions