Application is blank on the login records
-
We have a user who has logged in repeatedly, but the application is blank.
https://fusionauth.io/docs/apis/login#search-login-records doesn't mention anything about this.
What gives?
-
There are a couple different scenarios where a login record could have a blank application Id. Usually it is #1 or #2. It occurs in scenarios where the user can have a JWT/access token that does not have the application Id in it.
- If a user is not registered for the Application they are logging into
- FusionAuth makes a login record when a user is created since FA makes a JWT upon user creation
- If you use the Login API, you can log in without an App ID because you don't have to provide an application on the API call.
-
D dan has marked this topic as solved