Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Follow the instructions below to deploy Identity Server in production.

Info
titleNote

The following changes should be applied on a fresh Identity Server instance. Do not start the Identity Server until the configurations are finalized.

...

The following section of the carbon.xml should be updated to match your private key information.

Note
Info
title

The private key must be available in a keystore of the "JKS" or "PKCS12" type. More information on key stores can be found here.

...

2. Change the OpenID provider server URL by changing the corresponding configuration element.

Tip
Info
title

Once this is set, OpenIDs will be generated in the following format: <OpenIDUserPattern>/<User Name>.

For example, https://localhost:9443/openid/bob

Note
Info
title

Both configurations must have the HTTPS port.

Code Block
<OpenIDServerUrl>https://localhost:9443/openidserver</OpenIDServerUrl>
    <OpenIDUserPattern>https://localhost:9443/openid/</OpenIDUserPattern>

...