7 min read

OIDC - The UserInfo Endpoint

Sometimes the ID Token isn't enough. Learn how to query this protected resource to fetch extended user attributes, balancing the trade-off between token size and additional API network calls.
OIDC - The UserInfo Endpoint
Reader: OIDC UserInfo Endpoint

Reader Mode

-- / --

Introduction