Replies: 1 comment
-
I have a similar use case and here is my solution:
Ideally, we should allow a strategy to return a more generic object such as SecuritySubject, which can contain more than one principals (including application and user). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Current authentication/authorization documention is focused on the case where the principal is a user (e.g. the function verifyToken returns a UserProfile ) . It is not clear how to handle the case where the principal is an application as in the client credentials OAuth 2.0 flow.
Can this be improved ?
Regards,
Beta Was this translation helpful? Give feedback.
All reactions