simpleidserver / SimpleIdServer

OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
https://simpleidserver.com/
Apache License 2.0
735 stars 99 forks source link

How do I include the userID in the jwt? #819

Closed BrunoFelipe-dev closed 1 day ago

BrunoFelipe-dev commented 3 days ago

I'm trying to add the user id to the jwt token but I can't, I didn't find this option in the manager, I saw in another issue that there is a way to do this, what should I do to include it?

simpleidserver commented 2 days ago

To include the UserId in the JWT token, follow these steps:

image

BrunoFelipe-dev commented 1 day ago

Understood works, thank you!