add oauth2-proxy

This commit is contained in:
Vivian 2023-11-07 15:58:47 +01:00
parent 318af67a0d
commit 94708a2f20
10 changed files with 216 additions and 0 deletions

View file

@ -90,6 +90,12 @@ in
redirectURIs = [ "https://flux.0x76.dev/oauth2/callback" ];
secretEnv = "FLUX_CLIENT_SECRET";
}
{
id = "oauth2-proxy";
name = "OAuth2 Proxy";
redirectURIs = [ "https://o2p.0x76.dev/oauth2/callback" ];
secretEnv = "O2P_CLIENT_SECRET";
}
];
};