Updated Server configuration (markdown)
parent
d6d3ca7247
commit
b488789415
|
@ -34,3 +34,7 @@ If you override this file, be sure to include the `promptFilter` in your configu
|
|||
|
||||
|
||||
```
|
||||
|
||||
## server-config.xml
|
||||
|
||||
This file defines the `ConfigurationPropertiesBean` that holds basic, static configuration information about the server. Many classes throughout the project inject the `ConfigurationPropertiesBean` in order to get at important values that can't be otherwise discovered, such as the server's `issuer`. By default, `issuer` is set to `http://localhost:8080/openid-connect-server/`, but if the system is to be accessed on anything other than this URL, the value **must** be overridden and changed to the full root URL of the server.
|
Loading…
Reference in New Issue