Authentication and Authorization

The authentication and authorization features introduce how you can obtain access tokens using OAuth 2.0, and authenticate the users using the FIDO framework.

You can use the following authentication and authorization features in your .NET applications:

  • FIDO Universal Authentication Framework

    You can use the FIDO Universal Authentication Framework to authenticate users. FIDO covers password-less authentications, such as fingerprint, iris, and voice detection.

  • OAuth 2.0

    You can obtain an access token by using the OAuth 2.0 authorization. The OAuth 2.0 authorization framework enables you to obtain limited access to an HTTP service, either on behalf of a resource owner by orchestrating an approval interaction between the resource owner and the HTTP service, or by allowing you to obtain access on your behalf.

  • Dependencies
    • Tizen 4.0 and Higher
Synchronization Management
Next FIDO Universal Authentication Framework
Submit your feedback to GitHub