Login records not showing application for token authentication
-
Hi,
We've noticed that users authenticated via the
/oauth2/token
endpoint are shown in the login records, but the application / application id are not set. Seems strange as the client credentials are provided, so the application should be known.Is this by design or something in our configuration? Any thoughts?
Cheers,
Peter
-
Okay, so it seems to be by design. But why consider this successful? https://github.com/FusionAuth/fusionauth-issues/issues/1387
-
Okay, so the docs also describe the requirement for testing the applicationId claim:
Unfortunately the application feature
Registration
->Self-service registration
doesn't work for token requests. AndOAuth
->Require registration
doesn't work for password grant type.