Nicolas Guillard
Nicolas Guillard
I've got same error with snc/redis-bundle enabled in version 2 because it used ContainerAwareCommand in SF4.3 wich throw exception. Solved by updating this package. If you have an error, try...
Think you should use socialProvider.setFbKey({appId: "fbkey", apiVersion: "v3.1"});
Hi, Same here, it works on 3.3.5 but not on 3.4 branch using AngularJS. @StepIg have you set the on or off text ? When I use default value on...
+1 same here
Hi, On my side I prefer : `public function beforePreparing() { $this->log('Copying over the .env files'); $this->runRemote('cp {{ deploy_dir }}/repo/.env.dist {{ project_dir }}/.env'); }`
The deploy script don't seems to copy dot files on project root folder, is that only for me ?
Same here ok 7.0.1 !
```typescript export const oktaAuth = new OktaAuth({ redirectUri: `${ window.location.origin }/login/callback`, clientId: window.config.OKTA_CLIENT_ID, pkce: true, issuer: `${ issuer?.endpoint ?? authIssuers[0].endpoint }/oauth2/default`, // Enable this to get auth event messages in...
@jaredperreault-okta can you be more specific ? Redirect only occur on login. On token renew we don't have redirect (classic OIDC flow). If you are talking about first redirect: ```typescript...
it write "accessToken" on console.