User Tools

Site Tools


сервис_oauth2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
сервис_oauth2 [2022/05/17 10:14]
val [GitLab]
сервис_oauth2 [2022/10/06 08:21]
val
Line 12: Line 12:
   * Инструмент GitLab [[Инструмент GitLab#​Сервер OAuth2]]   * Инструмент GitLab [[Инструмент GitLab#​Сервер OAuth2]]
  
-===== OpenID Connect authentication module for Apache ===== 
  
-  * [[https://​github.com/​zmartzone/​mod_auth_openidc|Аuthenticates users of a web site against an OpenID Connect Identity Provider or an OAuth 2.0 Authorization Server]] 
- 
-<​code>​ 
-# apt install libapache2-mod-auth-openidc 
-</​code>​ 
- 
-==== Подключение к GitLab ==== 
- 
-  * [[https://​github.com/​zmartzone/​mod_auth_openidc/​wiki/​GitLab-OAuth2]] 
- 
-<​code>​ 
-# cat /​etc/​apache2/​sites-available/​default-ssl.conf 
-</​code><​code>​ 
-... 
-OIDCProviderMetadataURL https://​gitlab.bmstu.ru/​.well-known/​openid-configuration 
-OIDCClientID 802..........................................................4c8 
-OIDCClientSecret 991..........................................................5e7 
-OIDCRedirectURI https://​val.bmstu.ru/​auth-test 
-OIDCCryptoPassphrase h...any.....string.....j 
- 
-     <​Directory /​home/​val/​auth-test>​ 
-         ​Options ExecCGI Indexes FollowSymLinks 
-         ​AddHandler cgi-script .cgi 
-         ​DirectoryIndex env.cgi 
-         ​AuthType openid-connect 
-         ​Require valid-user 
-     </​Directory>​ 
-     Alias /auth-test "/​home/​val/​auth-test"​ 
-... 
-</​code>​ 
- 
-==== Тестирование ==== 
- 
-  * !!! В настройках URL без финального "/",​ при подключении обязательно с ним !!! 
- 
-<​code>​ 
-https://​val.bmstu.ru/​auth-test/​ 
-</​code>​ 
сервис_oauth2.txt · Last modified: 2023/11/07 09:39 by val