We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d75b3 commit 1474460Copy full SHA for 1474460
frontend.conf
@@ -58,7 +58,7 @@ server {
58
# Absent/invalid OpenID Connect token will (re)start auth process (including refresh)
59
error_page 401 = @oidc_auth;
60
61
- # Successfuly authenticated users are proxied to the backend,
+ # Successfully authenticated users are proxied to the backend,
62
# with 'sub' claim passed as HTTP header
63
proxy_set_header username $jwt_claim_sub;
64
proxy_pass http://my_backend; # The backend site/app
0 commit comments