oidc-registration-php/cacert.ini.sample

10 lines
384 B
Text

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