Brian Pontarelli
Brian Pontarelli
A JAR file would be assume.
For anyone still having this issue, here's how I fixed it: ``` brew install phpbrew [email protected] brew link --overwrite [email protected] ``` Since `phpbrew` requires `php`, which is now at version...
I'm not sure how you have everything setup, but this could be caused by AWS security groups. If the EC2 is allowed to connect to the RDS in your security...
I see what you are looking for. Currently, FusionAuth doesn’t support managing API keys for your backend APIs. If you are using JWTs, then you can use those as your...
Based on some initial reading of the security recommendations from the specifications, we could also enforce a confidential client (require them to pass in the `client_id` and `client_secret` when calling...
The only issue I can see is how to distinguish between the lack of MFA support at the Connector and the Connector disabling MFA. We could store the MFA Connector...
@haghabozorgi - are you wanting to "allow" the user to enable MFA? Or do you want to "force" the user to enable MFA?
The user can't enable MFA on the login page, but they can use the hosted account management pages to set it up and manage all of their MFA factors. One...
I have this same issue and it would be nice to find a solution that doesn't require restarting the `salt-minion`. Our servers are managed programmatically and executing SSH into servers...
Just so we don't forget: we'll need to evaluate how to parse the Java domain objects and spit out OpenAPI domain definitions.