Login into webservice are now possible using a combination of multiple components using
1. JSON
2. XML
3. SGML
4. None of the above.
Answers
Answer :
4. None of the above
Explanation :
None of the above is the correct answer.
Login into webservice can now be done using a variety of technologies such as OAuth, OpenID Connect, JSON Web Token (JWT) and SAML (Security Assertion Markup Language) etc. These technologies are specifically designed for authentication and authorization in web services, rather than data transfer and storage.
OAuth and OpenID Connect are open standards for authorization and allow users to authenticate with a web service using their existing credentials from another service, such as Google or Facebook. JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. SAML (Security Assertion Markup Language) is an XML-based standard for exchanging authentication and authorization data between parties.
JSON, XML and SGML are commonly used for data transfer and storage, but they are not used specifically for login into webservices. JSON is a lightweight data interchange format, XML is a markup language that is used to define the structure of a document, and SGML is a markup language that is used to define the structure of a document.
To know more about the concept please go through the links :
https://brainly.in/question/6881297
https://brainly.in/question/2841845
#SPJ1