Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
oauth2_proxy_authsch
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Agócs Dániel
oauth2_proxy_authsch
Commits
9a05ee94
Commit
9a05ee94
authored
May 24, 2020
by
Agócs Dániel
Browse files
Options
Downloads
Patches
Plain Diff
Updated docs
parent
747295b9
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+6
-0
6 additions, 0 deletions
README.md
docs/2_auth.md
+16
-0
16 additions, 0 deletions
docs/2_auth.md
docs/configuration/configuration.md
+1
-0
1 addition, 0 deletions
docs/configuration/configuration.md
with
23 additions
and
0 deletions
README.md
+
6
−
0
View file @
9a05ee94


AuthSCH támogatással
Docker image a
[
KSZK Registry
](
https://nexus.kszk.bme.hu
)
ben
Pullold SCHAcc belépés után a
`registry.kszk.bme.hu/oauth2_proxy_authsch`
image-t.
Bővebb infó
[
itt
](
docs/2_auth.md
)
.
[

](http://travis-ci.org/oauth2-proxy/oauth2-proxy)
[

](http://travis-ci.org/oauth2-proxy/oauth2-proxy)
[

](https://goreportcard.com/report/github.com/oauth2-proxy/oauth2-proxy)
[

](https://goreportcard.com/report/github.com/oauth2-proxy/oauth2-proxy)
...
...
This diff is collapsed.
Click to expand it.
docs/2_auth.md
+
16
−
0
View file @
9a05ee94
...
@@ -25,11 +25,27 @@ Valid providers are :
...
@@ -25,11 +25,27 @@ Valid providers are :
-
[
DigitalOcean
](
#digitalocean-auth-provider
)
-
[
DigitalOcean
](
#digitalocean-auth-provider
)
-
[
Bitbucket
](
#bitbucket-auth-provider
)
-
[
Bitbucket
](
#bitbucket-auth-provider
)
-
[
Gitea
](
#gitea-auth-provider
)
-
[
Gitea
](
#gitea-auth-provider
)
-
[
Auth.SCH
](
#authsch-auth-provider
)
The provider can be selected using the
`provider`
configuration value.
The provider can be selected using the
`provider`
configuration value.
Please note that not all providers support all claims. The
`preferred_username`
claim is currently only supported by the OpenID Connect provider.
Please note that not all providers support all claims. The
`preferred_username`
claim is currently only supported by the OpenID Connect provider.
### Auth.SCH Auth Provider
1.
Csinálj magadnak kliens ID-t az https://admin.sch.bme.hu oldalon a fejlesztői konzolban
2.
Callback URL-nek a webroot/oauth2/callback címet állítsd be, pl: https://domainnev.hu/oauth2/callback
3.
Állítsd be a proxyt:
```
--provider=authsch
--client-id=<KLIENS ID>
--client-secret=<KLIENS SECRET>
```
4.
Van lehetőség AD group matchelésre is:
```
--authsch-group=<AD group>
```
### Google Auth Provider
### Google Auth Provider
For Google, the registration steps are:
For Google, the registration steps are:
...
...
This diff is collapsed.
Click to expand it.
docs/configuration/configuration.md
+
1
−
0
View file @
9a05ee94
...
@@ -27,6 +27,7 @@ An example [oauth2-proxy.cfg]({{ site.gitweb }}/contrib/oauth2-proxy.cfg.example
...
@@ -27,6 +27,7 @@ An example [oauth2-proxy.cfg]({{ site.gitweb }}/contrib/oauth2-proxy.cfg.example
|
`--auth-logging`
| bool | Log authentication attempts | true |
|
`--auth-logging`
| bool | Log authentication attempts | true |
|
`--auth-logging-format`
| string | Template for authentication log lines | see
[
Logging Configuration
](
#logging-configuration
)
|
|
`--auth-logging-format`
| string | Template for authentication log lines | see
[
Logging Configuration
](
#logging-configuration
)
|
|
`--authenticated-emails-file`
| string | authenticate against emails via file (one per line) | |
|
`--authenticated-emails-file`
| string | authenticate against emails via file (one per line) | |
|
`--authsch-group`
| string | Auth.SCH AD group matching |
`""`
means any gorup |
|
`--azure-tenant`
| string | go to a tenant-specific or common (tenant-independent) endpoint. |
`"common"`
|
|
`--azure-tenant`
| string | go to a tenant-specific or common (tenant-independent) endpoint. |
`"common"`
|
|
`--basic-auth-password`
| string | the password to set when passing the HTTP Basic Auth header | |
|
`--basic-auth-password`
| string | the password to set when passing the HTTP Basic Auth header | |
|
`--client-id`
| string | the OAuth Client ID: ie:
`"123456.apps.googleusercontent.com"`
| |
|
`--client-id`
| string | the OAuth Client ID: ie:
`"123456.apps.googleusercontent.com"`
| |
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment