preconfigure openid
-
Can we please have this package preconfigure openid?
Configuration Using Environment Variables
If your OpenID provider supports discovery, use the following variables:ACTUAL_OPENID_DISCOVERY_URL: URL for the OpenID Provider
ACTUAL_OPENID_CLIENT_ID: client_id given by the provider
ACTUAL_OPENID_CLIENT_SECRET: client_secret given by the provider
ACTUAL_OPENID_SERVER_HOSTNAME: Your Actual Server URL (so the provider redirects you to this)When configuring your OpenID provider, be sure to register the following redirect URI with the provider:
https://<actual.myserver.com>/openid/callback -
N nebulon marked this topic as a question
-
N nebulon has marked this topic as solved