SIDN / ietf-epp-restful-transport

RESTful transport for EPP
Other
3 stars 4 forks source link

How to handle change password request from login cmd? #16

Closed mwullink closed 7 months ago

mwullink commented 8 months ago

login is moved to http layer.

auth can best be performed by an out-of-band mechanism, in form of api token or oauth, or simple basic auth. do we want user to be able to change password through epp or should it be delegated to api mgmt at the http layer

draft now contains a /password rest resource for changing password, this probably needs to be removed and need text describing that changing password using repp is not supported.

mwullink commented 8 months ago

changing password is not support in restful epp, credentials management is an out of band process

mwullink commented 7 months ago

out of band process