-
Notifications
You must be signed in to change notification settings - Fork 445
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
base: master
Are you sure you want to change the base?
Changes from all commits
66f3f7c
6473e89
2d33edf
8b5a180
82921f1
77f1a38
f8f9885
c1ca057
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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... There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Changes are done, kindly review There was a problem hiding this comment. Choose a reason for hiding this commentThe 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) | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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:
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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) | ||
|
@@ -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 | ||
|
@@ -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) | ||
|
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.