# See https://github.com/edx/edx-platform/blob/master/openedx/core/djangoapps/oauth_dispatch/docs/decisions/0003-use-jwt-as-oauth-tokens-remove-openid-connect.rst
COMMON_JWT_AUDIENCE:'SET-ME-PLEASE'
COMMON_JWT_ISSUER:'{{COMMON_OIDC_ISSUER}}'
# The following should be the string representation of a JSON Web Key Set (JWK set)
# containing active public keys for signing JWTs.
# See https://github.com/edx/edx-platform/blob/master/openedx/core/djangoapps/oauth_dispatch/docs/decisions/0008-use-asymmetric-jwts.rst
COMMON_JWT_PUBLIC_SIGNING_JWK_SET:!!null
# To be deprecated, in favor of the above COMMON_JWT_PUBLIC_SIGNING_JWK_SET.