Authentication
Yesterdays uses OpenStreetMap as an authentication provider.
In order to configure authentication for Yesterdays, you will need to create an OpenStreetMap account if you haven't already, and then navigate to My Client Applications in your account settings. Then, follow these instructions:
- Click "Register new application"
- Write a descriptive name, e.g. "MapRVA Yesterdays". This name will be visible to your users during the login flow.
- Set the Redirect URI to be
/auth/callback/on your instance's domain. E.g.https://yesterdays.maprva.org/auth/callback/. - No permissions are necessary leave all checkboxes unchecked and then click "Register".
- You will be presented with a Client ID and Client Secret. Save these values before clicking away. You will need to add them to your Helm Chart configuration, see here for more information.