FusionAuth / fusionauth-issues

FusionAuth issue submission project
https://fusionauth.io
88 stars 12 forks source link

Kickstart Service does not allow a reference to the `defaultselfServiceFormId` #2841

Open jobannon opened 4 weeks ago

jobannon commented 4 weeks ago

(Put bug title here)

Description

When building a Application, you may want to reference the selfServiceUser form but cannot a la this documentation for the other default forms that we ship.

Observed versions

1.51.2

Affects versions

The version, or versions where this bug exists. If you do not know, please leave blank for now.

Steps to reproduce

We should have a FUSIONAUTH_FORM[selfServiceUser]_ID environment variable during kickstart

Expected behavior

We should have a FUSIONAUTH_FORM[selfServiceUser]_ID environment variable during kickstart

Screenshots

If applicable, add screenshots to help explain your problem. Delete this section if it is not applicable.

Platform

dev setup

Community guidelines

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

Additional context

You can build your own self service form and fields and reference this. This is a lot of additional work given that we ship a default form and fields for selection.

robotdan commented 2 weeks ago

Thanks for reporting @jobannon !