microsoftgraph / msgraph-sample-rubyrailsapp

This sample demonstrates how to use the Microsoft Graph REST API to access data in Office 365 from Ruby on Rails apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configuring the Microsoft identity platform endpoint for the forgot password

VedaRamaiah opened this issue · comments

@jasonjoh

We can define the endpoint for authorize_url & token_url by creating an OAuth2 Strategy as mentioned below.

Configure the Microsoft identity platform endpoints

  option :client_options,
         :site => 'https://login.microsoftonline.com',
         :authorize_url => '/common/oauth2/v2.0/authorize',
         :token_url => '/common/oauth2/v2.0/token'

I have to configure the same for forgot password and couldn't find anything mentioned related to the forgot password in the sample.

Could you please let me know what will be endpoint for the forgot password scenario?

Sorry, my bad! Opened the same issue twice and closing this one which got created by mistake