Skip to content

Commit

Permalink
Documentation fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlipp authored Jun 5, 2024
1 parent 44775e5 commit 4ec4dce
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,13 @@
* - name: my-provider
* displayName: My Provider
* configurationEndpoint: https://test.com/.well-known/openid-configuration
* # If no configurationEndpoint is available, the authorization
* # endpointEndpoint and the tokenEndpoint may be configured instead
* # If no configurationEndpoint is available, the authorizationEndpoint
* # and the tokenEndpoint can be configured instead
* # authorizationEndpoint: ...
* # tokenEndpoint: ...
* clientId: "WebConsoleTest"
* secret: "(unknown)"
* # The size of the popup window for the provider's dialog
* # The size of the popup window for the provider's login dialog
* popup:
* # Size of the popup windows for authentication. Either
* # relative to the browser window's size or absolute in pixels
Expand Down

0 comments on commit 4ec4dce

Please sign in to comment.