Select from following answers:- MAC Token,Auth1.0,SAML
- SAML,DSL,Auth1.0
- Bearer Token, MAC token, SAML

- Session Token,Auth1.0, SAML
- All Above
There are three types of credentials available to use along with OAuth 2.0, such as
Bearer Token, MAC token, SAML.
Examples:
1. Authorization: Bearer <TOKEN_VALUE>
2. Authorization: MAC id="h480djs93hd8",
ts="1336363200",
nonce="dj83hs9s",
mac="xxxxxxxxxxxxxxxxxxxxxxxxxx"
3. Security Assertion Markup Language (SAML) is a XML-based framework to exchange security related information between Service Consumer, Identity Provider and Service Provider.
<saml:Assertion ...>
..
</saml:Assertion>
Show Correct Answer
|
Alert Moderator