Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

The-Systems/oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

License Discord

TheSystems OAuth2 Example

(Language: PHP)


TokenURL: https://oauth2.the-systems.eu/oauth/token

Post Request
"grant_type" => "authorization_code",
"client_id" => CLIENT_ID,
"client_secret" => CLIENT_SECRET,
"redirect_uri" => REDIRECT_URI,
"code" => CODE


ResourceURL: https://oauth2.the-systems.eu/oauth/resource/user + https://oauth2.the-systems.eu/oauth/resource/user/address

Header for Request:
Authorization: Bearer ACCESSTOKEN


AuthorizeURL: https://oauth2.the-systems.eu/oauth/authorize

Example: https://oauth2.the-systems.eu/oauth/authorize?response_type=code&client_id=CLIENTID&state=xyz&redirect_uri=domain.de

OpenID

OpenID-URL: https://oauth2.the-systems.eu/.well-known/openid-configuration Needed Scope: "openid"

Support

License

Copyright 2021 TheSystems

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Contributors

Contributors

thank you, for using our software.

Releases

No releases published

Packages

No packages published

Languages