This pr rationalises file names, rest endpoints and openapi documentation for user (self-care) and users (admin managing credentials for users) credentials.
In detail:
All user self-care endpoints are not under /user/credentials (no point to prepend it with {scopeId} as the user's default scope will always be used)
User is discouraged to reset hers own credentials
All admin endpoints are now under /{scopeId}/users/credentials base path
It is now possible to reset only password credentials (endpoints with [...]/{credentialId}/_reset have been deprecated)
All previous endpoints have been deprecated and marked for removal in the next version.
This pr rationalises file names, rest endpoints and openapi documentation for user (self-care) and users (admin managing credentials for users) credentials. In detail:
All previous endpoints have been deprecated and marked for removal in the next version.