authenticate.clogIn: Client Login.

Give capability for client users to log into the system on the client side.

Inputs

The login of the user.

string
Please set a value for login.

The password of the user.

string
Please set a value for password.

Outputs

The message to let the client know if he was able to login or not.

format
transmission

Execution options

successUri
inProgressUri
failedUri

format

mode

Execute End Point

View the execution endpoint of a process.

View the alternative version in HTML.

{"id": "authenticate.clogIn", "title": "Client Login.", "description": "Give capability for client users to log into the system on the client side.", "version": "2.0.0", "jobControlOptions": ["sync-execute", "async-execute", "dismiss"], "outputTransmission": ["value", "reference"], "links": [{"rel": "http://www.opengis.net/def/rel/ogc/1.0/execute", "type": "application/json", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/authenticate.clogIn/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/authenticate.clogIn/execution.html"}], "inputs": {"login": {"title": "User login", "description": "The login of the user.", "schema": {"type": "string", "default": "Any value"}, "id": "login"}, "password": {"title": "Mot de passe", "description": "The password of the user.", "schema": {"type": "string", "default": "Any value"}, "id": "password"}}, "outputs": {"Result": {"title": "Login message", "description": "The message to let the client know if he was able to login or not.", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["text/html"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/html"}]}}}]}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/html"}]}, "id": "Result"}}}

http://demo.mapmint.com/ogc-apihttp://localhost/ogc-api/processes/authenticate.clogIn.html
Last modified: Sat Feb 19 15:43:34 CET 2022