Closed davidallendj closed 8 months ago
This PR fixes the issue with the SMD_JWKS_URL environment variable not working due to the jwksUrl parameter being set by default. This also removes the requireAuth flag since authentication/authorization requires a JWKS public key.
jwksUrl
requireAuth
Looks good.
This PR fixes the issue with the SMD_JWKS_URL environment variable not working due to the
jwksUrl
parameter being set by default. This also removes therequireAuth
flag since authentication/authorization requires a JWKS public key.