oidc-registration-php/cacert.ini.sample

10 lines
362 B
Text

[DB]
User="User ID for DB"
Password="Password for DB"
[URLs]
InternalHydraEndpointURL="https://hydra.cacert.localhost:4445"
WellKnownURL="https://authserver.<Your URL>/.well-known/openid-configuration"
AuthURL="https://authserver.<Your URL>/oauth2/auth"
TokenURL="https://authserver.<Your URL>/oauth2/token"
UserInfoURL="https://authserver.<Your URL>/userinfo"