rallly
Below URLs are used as placeholders for the rallly and Pocket ID instances. Replace them with the actual URLs.
- rallly.example.com (The url of your rallly instance.)
- pocketid.example.com (The url of your Pocket ID instance.)
Pocket ID Setup
- In Pocket ID, create a new OIDC client named
rallly
(or any name you prefer). - (Optional) Set a logo for the OIDC client.
- Set the callback URL to:
https://rallly.example.com/api/auth/callback/oidc
- Copy the
Client ID
andClient Secret
for the next steps.
rallly Docker Setup
If you follow the rallly docker setup, you are encouraged to create a config.env
file in the root of your rallly project directory. This file will be used to set environment variables for the rallly web server container.
config.env
file should look like this:
other environment variables...
OIDC_DISCOVERY_URL=https://pocketid.example.com/.well-known/openid-configuration
OIDC_CLIENT_ID=your-client-id-here
OIDC_CLIENT_SECRET=your-client-secret-here
OIDC_ISSUER_URL=https://pocketid.example.com
Restart your docker containers and you should be able to login to rallly using Pocket ID.