FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login

    Can I replace the FA login forms with my own?

    Scheduled Pinned Locked Moved Solved
    Q&A
    1
    2
    489
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • danD
      dan
      last edited by

      If I use the Authorization Code grant, can I replace the FA login forms with my own?

      --
      FusionAuth - Auth for devs, built by devs.
      https://fusionauth.io

      1 Reply Last reply Reply Quote 0
      • danD
        dan
        last edited by

        You have a couple of options for customizing the login experience when you are using FusionAuth.

        1. You can use the password grant and create your own login page. Here's an example of the password grant. But this doesn't let you use the Authorization Code grant.
        2. You can use themes to customize the login pages.
        3. You could implement the authorization code grant without ever using the FA front end. You'd have to create your own login and logout pages on the server, and then have the server communicate via the API. Not sure why you'd want to do that, but maybe it meets your needs.
        4. You could use a third party tool like Hydra and use FA for your user data store.

        --
        FusionAuth - Auth for devs, built by devs.
        https://fusionauth.io

        1 Reply Last reply Reply Quote 0
        • First post
          Last post