-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs-only] work on basic remote setup scenario #1209
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
89b6d6b
to
34a675f
Compare
34a675f
to
1d39115
Compare
Kudos, SonarCloud Quality Gate passed! |
c202f2d
to
8e22270
Compare
|
||
If you start the oCIS fullstack for the first time with `./bin/ocis server` it will generate a file `identifier-registration.yml` in the config folder relative to its location. This file is used to configure the clients for the built-in Identity Provider. | ||
Upon first start of the oCIS fullstack server with `./bin/ocis server` it will generate a file `identifier-registration.yml` in the config folder in your current working directory. This file is used to configure the clients for the built-in identity provider. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe append the reason?
It contains the OpenID Connect issuer (konnectd) and relying party (ocis) URLs to make OpenID Connect based authentication work.
|
||
This snippet will start the oCIS server with auto generated self signed certificates: | ||
In order to run oCIS with automatically generated and self signed certificates please execute following command. You need to replace `your-host` with an IP or hostname you are in control of. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add 'An entry in your hosts files should be good enough.'?
@wkloucek just minor comments. Don't let them stop you from merging. |
fixes #1397
Basic Remote Setup after PR is merged:
