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
4 stars 8 forks source link

Add openid scope to example FastAPI app #76

Closed alukach closed 3 months ago

alukach commented 3 months ago

This PR will ensure that the openid scope is requested when authenticating with VEDA Auth Central. The appears to be required with our current implementation of VEDA Auth Central.

@lahirujayathilake