You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get a JWT for an application login (either via api/login or from the authorization_code grant).
Add a populate lambda to an application
Use the JWT that you obtained in step one to get a JWT by using the Issue API for the application in step 2. The user must not be registered to the target application (app 2).
See that the populate lambda does not fire, but a JWT is issued.
Add user registration to app2 and repeat and see that the populate lambda does execute.