Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TCSACR-289] Oauth2 C# API deprecated #1206

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions docs/application/dotnet/guides/personal/authentication.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
# Authentication and Authorization
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you think this file, authentication.md, should be reused someday, you can leave this file.
Otherwise, please remove this file.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the future, there are chances of redesigning of oauth 2.0. Then we may need to reuse this file again. lets keep this file for now.



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

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

- [FIDO Universal Authentication Framework](fido.md)

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

- [OAuth 2.0](oauth.md)

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 own behalf.


## Related Information
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
481 changes: 0 additions & 481 deletions docs/application/dotnet/guides/personal/oauth.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/application/dotnet/guides/personal/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ You can use the following personal data features in your .NET applications:

You can synchronize service application data between a server and the device by creating various sync jobs.

- [Authentication and Authorization](authentication.md)
- [FIDO Universal Authentication Framework](fido.md)

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 own behalf. You can also use the FIDO Universal Authentication Framework to authenticate users.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops.. this link should be kept as it is going to authentication.md, which remains after merging this PR. I asked to update just the sentence, as the sentence is mentioning OAuth 2.0 and FIDO Authentication.

Please revert back the removal of this hyperlink, and update the following sentence to mention FIDO Universal Authentication Framework only.

If possible, enhancing the description for FIDO Universal Authentication Framework would be appreciate...

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes are done, kindly review

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The enhancing is more than my expectation. As the introducing, we don't need to use heavy sentences here.

How about below?

You can authenticate users without entering password using FIDO Universal Authentication Framework.

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

- [Calendar](calendar.md)

Expand Down
1 change: 0 additions & 1 deletion docs/application/dotnet/tutorials/app-filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ The following tables show the available requirements for an application package.
| `http://tizen.org/feature/network.wifi.direct.service_discovery` | Specify this key, if the application requires the Wi-Fi Direct service discovery feature. | 2.3 |
| `http://tizen.org/feature/network.wifi.tdls` | Specify this key, if the application requires the Wi-Fi Tunneled Direct Link Setup (TDLS). | 3.0 |
| `http://tizen.org/feature/nlp` | Specify this key, if the application requires the Natural Language Processing (NLP) API. | 5.0 |
| `http://tizen.org/feature/oauth2` | Specify this key, if the application requires the OAuth 2.0 protocol feature. | 4.0 |
| `http://tizen.org/feature/opengles.version.1_1` | Specify this key, if the application requires OpenGL® ES version 1.1 at minimum. You can specify at most 1 OpenGL® ES version. If you specify multiple versions, only the highest one is considered. | 2.2.1 |
| `http://tizen.org/feature/opengles.version.2_0` | Specify this key, if the application requires OpenGL® ES version 2.0. You can specify at most 1 OpenGL® ES version. If you specify multiple versions, only the highest one is considered. | 2.2.1 |
| `http://tizen.org/feature/opengles.version.3_0` | Specify this key, if the application requires OpenGL® ES version 3.0. You can specify at most 1 OpenGL® ES version. If you specify multiple versions, only the highest one is considered. | 2.4 |
Expand Down
14 changes: 11 additions & 3 deletions docs/application/toc_all.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@
#### Authentication and Authorization
##### [Overview](/application/dotnet/guides/personal/authentication.md)
##### [FIDO Universal Authentication Framework](/application/dotnet/guides/personal/fido.md)
##### [OAuth 2.0](/application/dotnet/guides/personal/oauth.md)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't recommend creating child nodes when there is only one child.

Suggestion:

...
### Personal Data
#### [Overview](/application/dotnet/guides/personal/overview.md)
#### [Account Management](/application/dotnet/guides/personal/account.md)
#### [Synchronization Management](/application/dotnet/guides/personal/data-sync.md)
#### [FIDO Universal Authentication Framework](/application/dotnet/guides/personal/fido.md)
#### [Calendar](/application/dotnet/guides/personal/calendar.md)
...

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

#### [Calendar](/application/dotnet/guides/personal/calendar.md)
#### [Contacts](/application/dotnet/guides/personal/contacts.md)
#### [Phone Number Management](/application/dotnet/guides/personal/phonenumber.md)
Expand Down Expand Up @@ -504,8 +503,18 @@
## [API Reference](/application/web/api/index.md)


## [Samples](/development/sample/web)
### Personal Data
#### [Overview](/application/native/guides/personal/overview.md)
#### [Account Management](/application/native/guides/personal/account.md)
#### [Data Synchronization](/application/native/guides/personal/data-sync.md)
#### Authentication and Authorization
##### [FIDO Universal Authentication Framework](/application/native/guides/personal/fido.md)
#### [Calendar](/application/native/guides/personal/calendar.md)
#### [Contacts](/application/native/guides/personal/contacts.md)
#### [Phone Number Management](/application/native/guides/personal/phonenumber.md)
#### [Contextual Device Usage History Data](/application/native/guides/personal/context.md)

## [Samples](/development/sample/web)


# Native Application
Expand Down Expand Up @@ -953,7 +962,6 @@
#### [Data Synchronization](/application/native/guides/personal/data-sync.md)
#### Authentication and Authorization
##### [FIDO Universal Authentication Framework](/application/native/guides/personal/fido.md)
##### [OAuth 2.0](/application/native/guides/personal/oauth.md)
#### [Calendar](/application/native/guides/personal/calendar.md)
#### [Contacts](/application/native/guides/personal/contacts.md)
#### [Phone Number Management](/application/native/guides/personal/phonenumber.md)
Expand Down