You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,8 @@ PHP oauth client with Fanapium SSO
2
2
==================================
3
3
This is a simple php app that uses fanapium single sign on service based on oauth 2.0 service
4
4
5
-
##About SSO
5
+
About SSO
6
+
----------
6
7
In this sample app authorization code flow is implemented, first you send a authorization request to _/oauth2/authorize_ endpoint like table below:
7
8
8
9
Request | Response (redirect)
@@ -42,7 +43,8 @@ for study more about Oauth2 concept see the link below:
42
43
https://aaronparecki.com/oauth-2-simplified/
43
44
44
45
45
-
##How to use this project
46
+
How to use this project
47
+
-----------------------
46
48
47
49
This project is built using simple php and access_token and refresh token are retrieved using curl and stored in php default $_SESSION magic variable for running this project you must enter your client_id and client_secret and other needed information in config.php file.
0 commit comments