2018 International Conference on Advances in Computing, Communication Control and Networking (ICACCCN) 2018
DOI: 10.1109/icacccn.2018.8748856
|View full text |Cite
|
Sign up to set email alerts
|

Pragmatic approach using OAuth mechanism for IoT device authorization in cloud

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1

Citation Types

0
1
0

Year Published

2019
2019
2024
2024

Publication Types

Select...
2
2

Relationship

0
4

Authors

Journals

citations
Cited by 4 publications
(1 citation statement)
references
References 0 publications
0
1
0
Order By: Relevance
“…OpenID connect is a layer built on top of the OAuth protocol, it is used to obtain and use access tokens to access protected resources, it implements authentication as an extension to the OAuth authorization process. It provides information about the user in the form of id token and verifies the credentials based on existing data [21]. public DistributedTokenCache(string userId, ISession session) { } } Azure AD Authentication Library manages the cache structure as a private implementation detail with the help of TokenCache class which stores a directory of tokens, indexed by issuer, resource, ClientID and user.…”
Section: Code Implementationmentioning
confidence: 99%
“…OpenID connect is a layer built on top of the OAuth protocol, it is used to obtain and use access tokens to access protected resources, it implements authentication as an extension to the OAuth authorization process. It provides information about the user in the form of id token and verifies the credentials based on existing data [21]. public DistributedTokenCache(string userId, ISession session) { } } Azure AD Authentication Library manages the cache structure as a private implementation detail with the help of TokenCache class which stores a directory of tokens, indexed by issuer, resource, ClientID and user.…”
Section: Code Implementationmentioning
confidence: 99%