- From: Jörg Unbehauen <unbehauen@informatik.uni-leipzig.de>
- Date: Tue, 24 Oct 2017 14:48:43 +0200
- To: semantic-web@w3.org
- Message-ID: <1a11e608-f86d-e397-823e-043443e66535@informatik.uni-leipzig.de>
I would also recommend the W3C ACL ontology for modelling authorizations. However, your question is about token generation, this is usually done during authentication. For web-focused authentication, i suggest established standards like OAuth, SAML or similar and have a look at foaf+ssl (https://www.w3.org/wiki/Foaf+ssl) for an approach using semantic technologies. Best, Jörg Am 24.10.17 um 10:38 schrieb Martynas Jusevičius: > Maybe you can reuse W3C ACL ontology: > https://www.w3.org/wiki/WebAccessControl > > On Tue, Oct 24, 2017 at 1:58 AM, SABA NOOR <saba.fraz90@gmail.com > <mailto:saba.fraz90@gmail.com>> wrote: > > I want to develop an Ontology based access control model. For > example there are two devices A and B. Device A wants to access > the data of device B. For this, Device A requested for the > uniquely identified token to authorization manager. Suppose the > Device B already defined the access privileges of device A. After > successful authentication, the authorization manager checks the > already defined token of Device A and match and provides a > uniquely identified token to the Device A. Now, Device A using > that token to access the data of Device B. Here, the authorization > manager keeps that token information with relevant access > privileges in the form of ontology. My question is, is it possible > to implement such token generation in ontology? If is it possible > then how? Actually, I want that our ontology automatically > generates uniquely identified token for each device. > >
Received on Tuesday, 24 October 2017 12:49:15 UTC