Rename /auth/restricted/ to auth/restricted/{iframe,oidc} for clarity and separation.
This commit is contained in:
@@ -128,7 +128,7 @@ async def forward_authentication(
|
||||
- If Accept header contains "text/html": HTML page for authentication
|
||||
with data attributes for mode and other metadata.
|
||||
- Otherwise: JSON response with error details and an `iframe` field
|
||||
pointing to /auth/restricted/?mode=... for iframe-based authentication.
|
||||
pointing to /auth/restricted/iframe#mode=... for iframe-based authentication.
|
||||
"""
|
||||
try:
|
||||
ctx = await authz.verify(
|
||||
|
||||
Reference in New Issue
Block a user