Hi ShwetaMathur,
May be the resource_id is not correct for the parameter.
Is the resource id is the same as Application client ID ?
I also get this message when stuck
'name': 'azure',
'icon': 'fa-windows',
'token_key': 'access_token',
'remote_app': {
'client_id': 'd2e-----85b0129d0',
'client_secret': 'HsT--secret-key--kpgbXX',
'api_base_url': 'https://login.microsoftonline.com/56e86d7d-----8c0b-0721a3df4a32/oauth2',
'client_kwargs': {
'scope': 'User.read givenName sn email profile upn',
'resource': 'd2e----85b0129d0',
},
'request_token_url': None,
'access_token_url': 'https://login.microsoftonline.com/56e86d7d-7d9e-----0721a3df4a32/oauth2/token',
'authorize_url': 'https://login.microsoftonline.com/56e86d7d-7d9e-----0721a3df4a32/oauth2/authorize',
},
Regards