Authorization Framework

From Gcube Wiki
Revision as of 16:58, 15 October 2015 by Lucio.lelii (Talk | contribs) (Created page with "Category:Administrator's Guide The gCube Authorization service is a service that enables Authentication via token in the gCube infrastructure. == Configuration Overview...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


The gCube Authorization service is a service that enables Authentication via token in the gCube infrastructure.

Configuration Overview

The authorization service runs on a smartgears node. This service also uses a CouchDb to store the token created with a database named authorization. In order to make the CouchDb visible to the service a RuntimeResource with Category Database and name AuthorizationDB must be created with an AccessPoint like the following:

     <AccessPoint>
           
        <Description>authorization acces point</Description>
           
        <Interface>
               
           <Endpoint EntryName="authorization">http://hostname:port/</Endpoint>
           
        </Interface>
           
        <AccessData>
               
           <Username>authz</Username>
               
           <Password>TvOS740IY2EcFZmuLtHrmQ==</Password>
           
        </AccessData>
       
     </AccessPoint>