Dan Moore
Dan Moore
Going to give this to Maurice.
One workaround if you have access to the [Lambda HTTP Connect functionality](https://fusionauth.io/docs/extend/code/lambdas/#using-lambda-http-connect) is to retrieve the application using it. This feature is only available on Essentials plans (and I don't...
Thanks for the suggestion. I'm going to leave this issue open so we can address it. But your root issue of `undefined: LinkedHashMap` should be resolved by the commit in...
haha, I don't think it was me, I think it was someone else on the engineering team. Glad it is looking better!
@arnecornillie-gantner I have set up CloudFront proxies recently and used the instructions here: https://fusionauth.io/docs/v1/tech/admin-guide/proxy-setup with no issues. If you have specific issues with CloudFront, please share your config and troubleshooting...
Thanks for sharing your use cse @philbenoit . Please make sure to upvote the issue by clicking the 'thumbs up' icon on the body of the issue description. Here's our...
@alex-fusionauth does it make sense to add this to fusionauth-contrib? That's where we've put proxy configs in the past.
https://developer.twitter.com/en/docs/authentication/oauth-2-0/user-access-token looks like login with twitter to me, and a similar pattern to the other idps. What am I missing?
Depending on the remote IDP, you can also use a `post_logout_redirect_uri` to send the user to an IDP logout URL after they have logged out of FusionAuth.
I like this approach: > We could also have something like user.access.create as a webhook to encapsulate this type of JWT creation as part of the registration or user create...