@quent That would be great. Can you give me and example how can I achieve this?
Best posts made by paterik4
-
RE: Create user with FusionAuth Admin Interface from Kickstartfile
-
Kickstart properties
Hello!
Is there any document or repository where I can find any single property and possible values for it that can be configured via kickstart?
For example, I would like to configure JWT for an application.
I know some basics so I configured it like this:
"jwtConfiguration": { "enabled": true, "timeToLiveInSeconds": 604800, "refreshTokenTimeToLiveInMinutes": 43200, "refreshTokenExpirationPolicy": "Fixed", "refreshTokenUsagePolicy": "Reusable" },
Now I am seeking other properties, like
Id Token signing key
and possible values that can be selected in the admin panel from a dropdown.How should I set the
Id Token signing key
property toOpenID HSA-256
for example?or the
Access Token signing key
configuration option or in the OAuth configuration how can I configure PKCE?I couldn't find any document or repo that covers at least the logic behind the kickstart configuration property names and their values.
I know there are so many examples for apps and for simple kickstart files but these are not covering all configuration options.
Thanks for your help in advance!
Patrick