Step 3: Configure miniOrange as an OAuth/OpenID Connect Server.
- Go to https://login.xecurify.com/moas/login and login to your miniOrange account.
- From the left menu, go to Apps Manage Apps.
- In the right upper corner, select Add Application.
- Navigate to OAuth/OIDC card, click on Create App.
- Select the Application of your choice.
- Now enter the following information as shown below:
Client Name App name you want to provide. Redirect-URL Enter Callback URL-{oauth_client_base_url}/plugins/servlet/oauth/callback from Configure OAuth tab of the plugin
- For adding the policy for OAuth App, select Group Name as Default and enter the Policy Name of your choice, and select Login Method as Password.
- Click on save button. Your app has been successfully created.
- Your application is configured. Now, go to Apps > Manage Apps > Your app > Select > Edit.
- You can see all the information for the app like Client ID and Client Secret .Also OAuth endpoints are mentioned, you will require Authorize Endpoint and Access Token Endpoint in further step.
Scope: email profile openid Authorize EndPoint: https://login.xecurify.com/moas/idp/openidsso Access Token Endpoint: https://login.xecurify.com/moas/rest/oauth/token User Info Endpoint: https://logins.xecurify.com/moas/rest/oauth/getuserinfo