FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. benlabbe2007
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    benlabbe2007

    @benlabbe2007

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    benlabbe2007 Unfollow Follow

    Latest posts made by benlabbe2007

    • How is Token validation performed?

      Reading through the ASP.NET backend setup for FusionAuth, in terms of configuration settings, this is all that's required:

      "Authentication": {
          "Schemes": {
            "Bearer": {
              "Authority": "http://localhost:9011",
              "ValidAudiences": [
                "e9fdb985-9173-4e01-9d73-ac2d60d1dc8e"
              ]
            }
          }
        }
      

      Because there's no client secret, I'm wondering how the token is validated without the api server needing to communicate with the FusionAuth authorization server? Should the ValidAudience uuid be considered sensitive data?

      Thanks!

      posted in Q&A
      B
      benlabbe2007