postgresql://postgres:@localhost:5450/cal-saml
. If you are using a self-signed certificate for Postgres then use the sslmode=no-verify
query param in the database URL. For example postgresql://postgres:@localhost:5450/cal-saml?sslmode=no-verify
.
Create App Integration
{BASE_URL}
here with respective URL, such as localhost:3000
for localhost testing, for example.dev-123456.okta.com
, your well known URL would be
{BASE_URL}/settings/security/sso
and you should see something like this: