@@ -65,7 +65,7 @@ describe('authModuleOneLoginProvider', () => {
|
||||
expect(startUrl.pathname).toBe('/oidc/2/auth');
|
||||
expect(Object.fromEntries(startUrl.searchParams)).toEqual({
|
||||
response_type: 'code',
|
||||
scope: 'openid email profile',
|
||||
scope: 'openid',
|
||||
client_id: 'my-client-id',
|
||||
redirect_uri: `http://localhost:${server.port()}/api/auth/onelogin/handler/frame`,
|
||||
state: expect.any(String),
|
||||
|
||||
Reference in New Issue
Block a user