OIDC_CLIENT_ID={{$app->client_id}}
OIDC_CLIENT_SECRET={{$app->client_secret}}
OIDC_REDIRECT_URI={{$app->redirect_uri}}
OIDC_AUTHORIZATION_ENDPOINT={{route('auth.authorize')}}
OIDC_TOKEN_ENDPOINT={{route('auth.token')}}
OIDC_USERINFO_ENDPOINT={{route('auth.userinfo')}}
OIDC_SCOPES=openid email profile
OIDC_IDENTIFIER=email