oidc-registration-php/cacert.ini.sample

11 lines
383 B
Text
Raw Normal View History

2024-09-06 20:00:02 +00:00
[DB]
User="User ID for DB"
Password="Password for DB"
[URLs]
InternalHydraEndpointURL="https://auth.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"