Group Details Private
administrators
Member List
-
RE: SAML IDP - message.State is null or empty
@tw Hmmm. Did you ever get this working?
A few thoughts:
- what version of FusionAuth are you running?
- have you turned on the debug switch and checked the event log? If so, can you share?
- This issue may be of interest: https://github.com/FusionAuth/fusionauth-issues/issues/1077
-
RE: Getting zip-installed FusionAuth to run on startup, Debian 11
@pbholmen I would recommend installing from the .deb files if you are planning to use FusionAuth for production. Fastpath is great for exploring and development.
Java is listening on both ports because
9011
is the external port and9012
is for internal calls. More details here in the configuration reference: https://fusionauth.io/docs/v1/tech/reference/configuration -
RE: I can't change the redirect URL for OpenID Connect
@hazelmarissa1 Since you are using cleanspeak, I'd suggest filing a support ticket if you are having issues.
Log into your Cleanspeak account from here: https://account.cleanspeak.com/ and you should have options to file a ticket.
This forum is for FusionAuth users, so you probably won't get much help here.
-
RE: Are FusionAuth docker images affected by the docker hub changes?
Nope.
FusionAuth pays for an organization and the FusionAuth dockerhub images will remain freely available.
-
Are FusionAuth docker images affected by the docker hub changes?
Docker announced a few days ago that they were sunsetting free orgs and that images included there wouldn't be available soon.
Here's the PDF: https://web.docker.com/rs/790-SSB-375/images/privatereposfaq.pdf
They wrote another blog post here: https://www.docker.com/blog/we-apologize-we-did-a-terrible-job-announcing-the-end-of-docker-free-teams/
Is FusionAuth (and its docker images) affected by these changes?
-
RE: Facing 'Cannot read properties of undefined (reading 'findIdentityProviderScriptByFileName')' console error in google sso sometimes.
Thanks for the question.
This may be related https://github.com/FusionAuth/fusionauth-issues/issues/2019. If it is, there is a workaround listed that you could attempt.
Thanks,
Josh -
RE: FusionAuth and API Gateway (Kong)
We have started to document API gateway integrations with FusionAuth here: https://fusionauth.io/docs/v1/tech/developer-guide/api-gateways/