ajmyyra / ambassador-auth-oidc

OpenID Connect AuthService for Ambassador API Gateway
MIT License
88 stars 35 forks source link

add flag to optionally disable the UserInfo endpoint #16

Closed yanniszark closed 5 years ago

yanniszark commented 5 years ago

Fixes: #14

This PR adds the DISABLE_USERINFO flag to allow getting the claims from the id_token instead of the userinfo_endpoint.

Signed-off-by: Yannis Zarkadas yanniszark@arrikto.com