Difference between revisions of "Authorization Framework"

From Gcube Wiki
Jump to: navigation, search
(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...")
 
(Blanked the page)
Line 1: Line 1:
[[Category:Administrator's Guide]]
 
  
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:
 
 
<code>
 
      <AccessPoint>
 
           
 
        <Description>authorization acces point</Description>
 
           
 
        <Interface>
 
               
 
            <Endpoint EntryName="authorization">http://hostname:port/</Endpoint>
 
           
 
        </Interface>
 
           
 
        <AccessData>
 
               
 
            <Username>authz</Username>
 
               
 
            <Password>TvOS740IY2EcFZmuLtHrmQ==</Password>
 
           
 
        </AccessData>
 
       
 
      </AccessPoint>
 
</code>
 

Revision as of 17:26, 15 October 2015