I’m trying to setup localhost URIs for dev purposes. The Application Login URI field populated with http://localhost:8080/login
causes an error while saving:
Error! Payload validation error: ‘Object didn’t pass validation for format absolute-uri-or-empty: http://localhost:8080/login’ on property initiate_login_uri (Initiate login uri, must be https and cannot contain a fragment).
I couldn’t find anything related in the docs about this particular error, some explanation of this behaviour would be really helpful for me to get started.