Rename /auth/restricted/ to auth/restricted/{iframe,oidc} for clarity and separation.
This commit is contained in:
@@ -534,7 +534,7 @@ test.describe('API Mode - Direct API Response Format', () => {
|
||||
expect(data.auth).toBeDefined()
|
||||
expect(data.auth.iframe).toBeDefined()
|
||||
expect(data.auth.mode).toBe('login')
|
||||
expect(data.auth.iframe).toContain('/auth/restricted/')
|
||||
expect(data.auth.iframe).toContain('/auth/restricted/iframe')
|
||||
|
||||
console.log(`✓ 401 response includes auth.iframe: ${data.auth.iframe}`)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user