Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Openlobby Server
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
Container 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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
openlobby
Openlobby Server
Commits
e2df051a
Commit
e2df051a
authored
7 years ago
by
jan.bednarik
Browse files
Options
Downloads
Patches
Plain Diff
Update readme - Redirect URI and preregistered OpenID clients.
parent
f6dcaf55
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-1
11 additions, 1 deletion
README.md
with
11 additions
and
1 deletion
README.md
+
11
−
1
View file @
e2df051a
...
@@ -26,6 +26,16 @@ Configuration is done by environment variables:
...
@@ -26,6 +26,16 @@ Configuration is done by environment variables:
-
`ELASTICSEARCH_DSN`
- DSN of Elasticsearch cluster (default:
`http://localhost:9200`
)
-
`ELASTICSEARCH_DSN`
- DSN of Elasticsearch cluster (default:
`http://localhost:9200`
)
-
`SITE_NAME`
- site name for OpenID authentication (default:
`Open Lobby`
)
-
`SITE_NAME`
- site name for OpenID authentication (default:
`Open Lobby`
)
-
`ES_INDEX`
- Elasticsearch indices prefix (default:
`openlobby`
)
-
`ES_INDEX`
- Elasticsearch indices prefix (default:
`openlobby`
)
-
`REDIRECT_URI`
- redirect URI used in OpenID Connect authentication (default:
`http://localhost:8010/login-redirect`
)
-
put there address where you run server, but keep there
`/login-redirect`
-
this is the Redirect URI for static client registration at OpenID Provider
### Login shortcuts aka preregistered OpenID Clients
Some OpenID Providers does not allow dynamic client registration. You can still
use them. Register client with
`REDIRECT_URI`
and save client's credentials into
database. You can do it in admin interface running at
`/admin`
. It's standard
Django admin (create superuser for yourself like
`./manage.py createsuperuser`
).
## Docker
## Docker
...
@@ -41,7 +51,7 @@ Demo of Open Lobby with instructions is in repository
...
@@ -41,7 +51,7 @@ Demo of Open Lobby with instructions is in repository
## Local run and development
## Local run and development
### Prrequisites
### Pr
e
requisites
You need to have Python 3 installed.
You need to have Python 3 installed.
...
...
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