Closed soxofaan closed 1 year ago
OIDC client credentials are meant for machine-to-machine and possibly long-running use cases. When initial access token expires the client should automatically request a new access token (a feature we already have with refresh tokens: #298 )
done
OIDC client credentials are meant for machine-to-machine and possibly long-running use cases. When initial access token expires the client should automatically request a new access token (a feature we already have with refresh tokens: #298 )