what is the purpose for the subject field.
my challenge request returns an empty subject field and given any random string
the accept request gets a 200.
the documentation wasn’t explaining much except that the subject is the “resource owner”.
most confusion I get putting it in context with the client.
is the client_id string representative for the service using the oauth2 protocol provider(hydra)
while the subject is the user on the service authenticating using the oauth2 protocol provider(hydra)?
just for clarification