0

Even after authentication I am unable to see my profile getting loaded. It still shows sign in even after authentication.

I am using link http://localhost:5500/ and same is used in Redirect url.

Azure App configuration

After authentication I see only below screen. Could you please suggest what I am doing wrong to get authenticated.

Browser Screeshot

vezunchik
  • 3,669
  • 3
  • 16
  • 25
Rahul Barua
  • 101
  • 1
  • It looks like it is working. You've explicitly specified that you wanted it to redirect to localhost5500 after successfully authenticating. what you should do instead is redirect to another page in the application (i.e. HomePage) or dynamically change the UI depending on if the user is signed in. – Lance McCarthy Sep 04 '19 at 00:43

1 Answers1

0

Can you provide more details on your authentication method (custom provider)?

First try the following, If you use the mock provider are you able to receive profile information. Render this to the page using:

<mgt-mock-provider></mgt-mock-provider>

Please let me know of the results.

Nic Vogt
  • 261
  • 1
  • 6