X-Git-Url: https://git-public.kairo.at/?p=authserver.git;a=blobdiff_plain;f=README.md;fp=README.md;h=37346a209cf7a30f604b71141db916de032b11c5;hp=fcc464089273818dae394fd5294bc2fdc8e8aaf6;hb=f526331ae87076b8abe25d9d3f79633219017512;hpb=3f24953f10063243a61eb2f9ddcb3e8888f96147 diff --git a/README.md b/README.md index fcc4640..37346a2 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ The system of having a nonce saved on disk in addition to the salt that is inclu If you want to use Piwik with this service, either install it via composer or use a distribution-provided package and point the Apache config and settings to it. +The default skin of the service is intentionally very generic. To create your own skin, copy the app/skin/default folder to a new folder next ot it (matching the skin name you put into settings) and adapt the files contained in there. Right now the SVG file is unused and you don't need it but in the future it may get used. + When using it as an OAuth2 provider for login to another site, here are the important endpoints: * /authorize --- authentication, call with ?response_type=code&client_id=...&state=...&scope=...&redirect_uri=... - only response_type=code is supported right now (will display HTML form to user and send JSON to redirect_uri). * /token --- fetch token, this is both for getting access tokens and refresh tokens (as usual).