Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't create a new application with an unlicensed FusionAuth instance due to MFA policy error #1817

Closed
mooreds opened this issue Aug 10, 2022 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@mooreds
Copy link
Collaborator

mooreds commented Aug 10, 2022

Can't create a new application with an unlicensed FusionAuth instance

Description

When I try to save a new application with a fresh install of 1.37.0, I am unable to do so, because the multi-factor 'on login policy' can't be left in the default state, but the other two choices require a license.

Affects versions

1.37.0

Steps to reproduce

  • Do a fresh install of 1.37.0. Do not add a license.
  • Log into the admin UI
  • Attempt to add an application

Expected behavior

You can chose 'disabled' no matter the state of your license, as that is the default behavior before 1.37.

Community guidelines

All issues filed in this repository must abide by the FusionAuth community guidelines.

Additional context

Interestingly, I can create an application via the API, but when I try to edit it in the UI, I get the same validation error w/r/t the MFA config.

curl -XPOST -H "Authorization: bf69486b-4733-4470-a592-f1bfce7af580" https://local.fusionauth.io/api/application -H 'Content-type: application/json' -d '{ "application": { "name": "test" } }'
@mooreds mooreds changed the title Can't create a new application with an unlicensed FusionAuth instance Can't create a new application with an unlicensed FusionAuth instance due to MFA policy error Aug 10, 2022
@alf1e
Copy link

alf1e commented Aug 10, 2022

Same issue here.

@robotdan robotdan added the bug Something isn't working label Aug 11, 2022
@robotdan robotdan added this to the 1.37.1 milestone Aug 11, 2022
@robotdan robotdan self-assigned this Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants