NASA-IMPACT / veda-auth-central

Standard based security solution tailored for VEDA comprehensive user authentication, centralized user profile management, and intelligent authorization decisions.
Apache License 2.0
3 stars 7 forks source link

Fix tokens are parsed #80

Closed alukach closed 1 month ago

alukach commented 1 month ago

I forgot that security.OpenIdConnect returns the entire header value (e.g. Bearer ...). This PR adds code to correctly parse the token.