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
Hi, I want to use the caddy-security oauth2 configuration for Azure users to be authenticated and forwarded to a reverse_proxy with the azure_token. So far I am able to authenticate my user using our Azure AD Application Registration, I am able to get the azure_token and verify this is correct but I am unable to redirect the successfully authenticated user to the reverse proxy. The basic questions start here:
Here is my caddyfile
`{
admin localhost:9000
order authenticate before respond
order authorize before basicauth
Hi, I want to use the caddy-security oauth2 configuration for Azure users to be authenticated and forwarded to a reverse_proxy with the azure_token. So far I am able to authenticate my user using our Azure AD Application Registration, I am able to get the azure_token and verify this is correct but I am unable to redirect the successfully authenticated user to the reverse proxy. The basic questions start here:
Here is my caddyfile
`{
admin localhost:9000
order authenticate before respond
order authorize before basicauth
}
http://localhost:777 {
log {
output file c:/temp/caddy/access.log
level debug
}
}`
Am I on the right lines ? After I authenticate the user I am directed to the /portal Sign Out page.
Any starter advice very welcome, thank you Dave
The text was updated successfully, but these errors were encountered: