File: oauthmyspace.txt

package info (click to toggle)
simplesamlphp 1.14.11-1%2Bdeb9u2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 15,024 kB
  • sloc: php: 72,337; xml: 1,078; python: 376; sh: 220; perl: 185; makefile: 57
file content (25 lines) | stat: -rw-r--r-- 822 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Using the MySpace authentication source with SimpleSAMLphp
==========================================================

Remember to configure `authsources.php`, with both your Client ID and Secret key.

To get an API key and a secret, register the application at:

 * <http://developer.myspace.com/Modules/Apps/Pages/CreateAppAccount.aspx>

Create a MySpace ID App and set the callback evaluation URL to be:

 * `http://sp.example.org/`

Replace `sp.example.org` with your hostname.

## Testing authentication

On the SimpleSAMLphp frontpage, go to the *Authentication* tab, and use the link:

  * *Test configured authentication sources*

Then choose the *myspace* authentication source.

Expected behaviour would then be that you are sent to MySpace, and asked to login.
There is no consent screen for attribute release.