Aswin V

Results 26 comments of Aswin V

@SacredMesa The `authorize` call should return an `authorize_form` value that is basically the POST binding response. You can send that back as the response inside the authorize endpoint. See our...

@SacredMesa Jackson would use the redirect binding if the IdP metadata has one, else it uses the POST binding. Can you check your ADFS metadata for the supported bindings?

~~If the metadata has a redirect binding then the IdP should support the same. But looks like that is not the case here.~~ @SacredMesa From the screenshot you shared earlier,...

Could you try wrapping the token route with try catch ... and check for any errors in the token handler ? It could be that the token handler threw an...

> If I'm not mistaken the db is to store connection configs? We also use it to conduct the Auth flow, as the OAuth 2.0 entities like code and token...

@SacredMesa We can possibly connect over a call and sort out the issue if that's OK for you. You can ping me in the discord server: https://discord.com/invite/uyb7pYt4Pa.

Closing in favor of https://github.com/boxyhq/jackson/pull/2464

@G3root The deploy is failing for me. Hitting below error. For testing I created a fork of the repo and authorized DO access for the repo. Were you able to...

This is where it fails for me.

@tobalo We have an example env here: https://github.com/boxyhq/saas-starter-kit/blob/main/.env.example . Does that help ? Could you outline the specific issue that you are facing ?