Skip to content

Commit ac133a7

Browse files
committed
allowlist oauth2-redirect endpoint
1 parent 506e893 commit ac133a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/stac_auth_proxy/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ class Settings(BaseSettings):
5050
public_endpoints: EndpointMethodsNoScope = {
5151
r"^/api.html$": ["GET"],
5252
r"^/api$": ["GET"],
53+
r"^/docs/oauth2-redirect": ["GET"],
5354
r"^/healthz": ["GET"],
5455
}
5556
private_endpoints: EndpointMethods = {

0 commit comments

Comments
 (0)