You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Server::createDefaultJwtAccessTokenResponseType(), need to add issuer to the list of config keys that are passed across to the JwtAccessToken constructor.
Currently only store_encrypted_token_string gets passed.
The text was updated successfully, but these errors were encountered:
In
Server::createDefaultJwtAccessTokenResponseType()
, need to addissuer
to the list of config keys that are passed across to theJwtAccessToken
constructor.Currently only
store_encrypted_token_string
gets passed.The text was updated successfully, but these errors were encountered: