Revision e0975bbf

b/docs/admin-guide.rst
89 89
Finally, add 'shibboleth' in ``ASTAKOS_IM_MODULES`` list. The variable resides
90 90
inside the file ``/etc/synnefo/20-snf-astakos-app-settings.conf``
91 91

  
92
Twitter Authentication
93
```````````````````````
94

  
95
To enable twitter authentication while signed in under a Twitter account,
96
visit dev.twitter.com/apps.
97

  
98
Click Create an application.
99

  
100
Fill the necessary information and for callback URL give::
101

  
102
    https://node1.example.com/ui/login/twitter/authenticated
103

  
104
Finally, add 'twitter' in ``ASTAKOS_IM_MODULES`` list. The variable resides
105
inside the file ``/etc/synnefo/20-snf-astakos-app-settings.conf``
106

  
107

  
108
Google Authentication
109
`````````````````````
110

  
111
To enable google authentication while signed in under a Google account,
112
visit https://code.google.com/apis/console/.
113

  
114
Under API Access select Create another client ID, select Web application,
115
expand more options in Your site or hostname section and in Authorized
116
Redirect URIs add:
117

  
118

  
119
Fill the necessary information and for callback URL give::
120

  
121
    https://node1.example.com/ui/login/google/authenticated
122

  
123
Finally, add 'google' in ``ASTAKOS_IM_MODULES`` list. The variable resides
124
inside the file ``/etc/synnefo/20-snf-astakos-app-settings.conf``
125

  
92 126
Architecture
93 127
------------
94 128

  

Also available in: Unified diff