FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. paterik4
    3. Best
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 9
    • Best 3
    • Controversial 0
    • Groups 0

    Best posts made by paterik4

    • RE: Create user with FusionAuth Admin Interface from Kickstartfile

      @quent That would be great. Can you give me and example how can I achieve this?

      posted in Q&A
      P
      paterik4
    • 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 to OpenID 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

      posted in Q&A
      P
      paterik4
    • RE: Kickstart properties

      @dan

      Yes, this answers my question, thank you!

      posted in Q&A
      P
      paterik4