Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

[Wiki] Indentation levels are not correct #367

Closed
ThomasR opened this issue Jun 29, 2017 · 1 comment
Closed

[Wiki] Indentation levels are not correct #367

ThomasR opened this issue Jun 29, 2017 · 1 comment

Comments

@ThomasR
Copy link

ThomasR commented Jun 29, 2017

The docs for the config parameters are pretty confusing, since the indentation depth is not correct.

ACTUAL:

* Required Settings
 * authority (string): The URL of the OIDC/OAuth2 provider.
 * client_id (string): Your client application's identifier as registered with the OIDC/OAuth2 provider.  * redirect_uri (string): The redirect URI of your client application to receive a response from the OIDC/OAuth2 provider.
 * response_type (string, default: `'id_token'`): The type of response desired from the OIDC/OAuth2 provider.
 * scope (string, default: `'openid'`): The scope being requested from the OIDC/OAuth2 provider.

actual

EXPECTED:

* #####Required Settings
  * authority (string): The URL of the OIDC/OAuth2 provider.
  * client_id (string): Your client application's identifier as registered with the OIDC/OAuth2 provider.
  * redirect_uri (string): The redirect URI of your client application to receive a response from the OIDC/OAuth2 provider.
  * response_type (string, default: `'id_token'`): The type of response desired from the OIDC/OAuth2 provider.
  * scope (string, default: `'openid'`): The scope being requested from the OIDC/OAuth2 provider.

bildschirmfoto vom 2017-06-29 09-48-28

@brockallen
Copy link
Member

I think I have finally fixed them. Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants