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
Given that refresh tokens must be supported, and the /token endpoint must accept them, should refresh_token also be included in the permitted options for the grant_type claim, as specified in Client Authentication? https://consumerdatastandardsaustralia.github.io/infosec/#client-authentication currently says it must be "authorisation_code or client_credentials".
The text was updated successfully, but these errors were encountered:
Given that refresh tokens must be supported, and the
/token
endpoint must accept them, shouldrefresh_token
also be included in the permitted options for thegrant_type
claim, as specified inClient Authentication
? https://consumerdatastandardsaustralia.github.io/infosec/#client-authentication currently says it must be "authorisation_code or client_credentials".The text was updated successfully, but these errors were encountered: