Skip to content

Examples and documentation for the OAuth2 Client for Orbitar

License

Notifications You must be signed in to change notification settings

spaceshelter/oauth2-sample-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample OAuth2 Client Documentation

This document provides instructions for setting up and using a sample OAuth2 client.

How to Use

Prerequisites

Ensure you have Docker installed on your system.

Configuration Steps

  1. Modify the docker-compose.yml file:

    • Replace 192.168.1.72 with the IP address of your host machine.
    • If necessary, change the default Nginx port, which is set to 8088.
  2. Application Registration:

    • Navigate to http://orbitar.local and log in.
    • In your profile, find and click on the Приложения submenu.
    • Register a new application with the following details:
      • Name: Test
      • Description: Enter a description between 32 and 255 characters.
      • Allowed Redirect URLs: http://localhost:8080/*
      • Initial Authorization Endpoint: http://localhost:8088/start
  3. Configuration:

    • Enter your client_id and client_secret in the .env file.

Running the Application

Execute the following command to start the application:

docker-compose up -d

About

Examples and documentation for the OAuth2 Client for Orbitar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages