Search Results :

×

OAuth Single Sign-On (SSO) For Laravel Using Discord As OAuth provider

OAuth Single Sign-On (SSO) For Laravel Using Discord As OAuth provider


Laravel OAuth Single Sign-On (SSO) plugin gives the ability to enable OAuth Single Sign-On for your laravel applications. Using Single Sign-On you can use only one password to access your laravel application and services. Our plugin is compatible with all the OAuth compliant Identity providers. Here we will go through a step-by-step guide to configure Single Sign-On (SSO) between Laravel and Discord considering Discord as OAuth provider.

Pre-requisites : Download And Installation

Installation Laravel Oauth Client

  • Open a Command Prompt window and change the working directory to your Laravel app's main directory.
  • Enter the below command.
    composer require miniorange/oauth-laravel-free
  • After successful installation of package, go to your Laravel app in the browser and enter {laravel-application-domain}/mo_oauth_admin
  • The package will start setting up your database for you and then redirect you to the admin registration page.
  • Register or log in with your miniOrange account to configure the plugin.
  • Laravel Single Sign On SSO plugin settings
  • After login, you will see the OAuth provider Settings option, where you will get the Redirect/Callback URL. Keep it handy as it will be required later to configure Discord Single Sign-On SSO plugin.
  • Laravel Single Sign On SSO OAuth Client Settings

Steps to configure Discord Single Sign-On (SSO) Login into Laravel

1. Configure Discord as OAuth Provider

  • Go to https://discordapp.com/developers/applications & and sign in with your discord app developer account.
  • Click on New Application.
  • Laravel discord plugin - discord sso integrator - Add Application
  • After clicking on the New Application button it will show you the popup for providing a name to the application. Click on the Create button after providing the application name.
  • Laravel discord plugin - discord sso integrator - name the application
  • Navigate to the OAuth2 tab from the left section. Click on Add Redirect button and enter the redirect url which you will get from the miniOrange Laravel OAuth SSO plugin. Then click on save changes button.
  • Laravel discord plugin - discord sso integrator - add redirect
  • Now, Copy the Client Id and Client Secret and configure them in the miniOrange Laravel OAuth SSO plugin on the corresponding fields.
  • Laravel discord plugin - discord sso integrator - copy client credentials

    You have successfully configured Discord as OAuth Provider for achieving Discord SSO login into your Laravel Site.

2. Configure Laravel OAuth plugin as OAuth Client

  • Go to the miniOrange Laravel OAuth SSO plugin and click on Choose Discord as OAuth provider.
  • Laravel Single Sign On SSO select app
  • Enter the Client ID and Client Secret from Discord App.
  • Laravel Single Sign On SSO save settings
  • Please refer the below table for configuring the Scope and Endpoints or else after selecting Discord scope and Endpoints will added automatically in there respective fields :

  • Scope: identify email
    Authorize Endpoint: https://discordapp.com/api/oauth2/authorize
    Access Token Endpoint: https://discordapp.com/api/oauth2/token
    Get UserInfo Endpoint: https://discordapp.com/api/users/@me

  • You can send the client credentials in header or body and also send state parameter accordingly also enter login attribute as per your requirement.
  • Laravel Single Sign On SSO select app
  • Click on save settings button. After that, Click on test configuration button. you will get the list of Attribute Names and Attribute Values that are sent by your OAuth provider
  • Laravel Single Sign On SSO save settings

3. SSO Options

  • You can also use a link to login via your OAuth/OpenID provider.
  • This link is in the format:
    {laravel-application-domain}/ssologin.php?option=oauthredirect

4. Support / Demo

  • Support and Trial/Demo Request tabs are available for customers to reach out to for demos and support.
  • Laravel Single Sign On SSO Single Sign On button Laravel Single Sign On SSO Single Sign On button

In this Guide, you have successfully configured Discord Single Sign-On (SSO) using Laravel as OAuth Client. This solution ensures that you are ready to roll out secure access to your Laravel site using Discord login credentials within minutes.

Additional Resources

Hello there!

Need Help? We are right here!

support
Contact miniOrange Support
success

Thanks for your inquiry.

If you dont hear from us within 24 hours, please feel free to send a follow up email to info@xecurify.com