SSO instructions

pull/42/head
Ali Gajani 2017-09-16 06:14:26 +01:00
parent 69fe4b3850
commit 1527b296bf
1 changed files with 6 additions and 2 deletions

View File

@ -8,8 +8,12 @@
## SSO Mock
* Step 1: Navigate to `sso` folder and run `php -S localhost:8888`
* Step 2: Access the sample SSO website on `localhost:8888`
* Step 1: Before you try this out, make sure you paste `6cdVzOYGVW` in the api_keys of the flarum database in MySQL.
* Step 2: Head to [here](http://localhost:9999/admin#/extensions) and enable *Single Sign On* extension.
* Step 3: Fill in the details as show in here ![](https://i.imgur.com/umGJsnx.png)
* Step 3: Now, navigate to `sso` folder and run `php -S localhost:8888`
* Step 4: Access the sample SSO website on `localhost:8888`
___
* Last revision on 16/09/2017
* @aligajani