Authentication Using Microsoft App Center

Поділитися
Вставка
  • Опубліковано 18 січ 2025

КОМЕНТАРІ • 11

  • @phemant24
    @phemant24 5 років тому

    Thanks Trevor, for sharing your knowledge, Awesome tutorial, greetings from India...

  • @blablabla2656
    @blablabla2656 5 років тому +1

    Hey Trevor, thanks for your awsome tutorial! :) Greetings from Spain

  • @Hyurii3
    @Hyurii3 5 років тому +1

    Nice presentation. This is move to right direction but it would be nice to see native sign in behavior. Now Its behind other possibilities like firebase or auth0.

    • @trevortirrell
      @trevortirrell  5 років тому

      Sounds good. I haven't tried it, but will check it out.

  • @jacobpuckett1170
    @jacobpuckett1170 5 років тому +1

    Hey Trevor, an awesome tutorial really. You actually explain the entire process way better than any of the official microsoft documentation or videos. I am running into an issue that seems to occur after the SignInAsync call where there is a Java Long error on the android emulator. Do you have any experience with this?

    • @trevortirrell
      @trevortirrell  5 років тому

      Hey Jacob, thanks for the positive feedback. At the 23:44 mark in the video I mention that Authentication will not work with an android emulator or iOS simulator. You need to use an actual device. Give that a shot.

  • @N1XML
    @N1XML 5 років тому

    Hey nice tutorial , i folowed it but i now encounter this error AADB2C90205: This application does not have sufficient permissions against this web resource to perform the operation. Anyone could help me ??

    • @trevortirrell
      @trevortirrell  5 років тому

      Build the app in Debug mode on a real device.

    • @trevortirrell
      @trevortirrell  5 років тому

      Also, is this a mobile app? Or web app? Not sure if this link will help github.com/Azure-Samples/active-directory-b2c-javascript-msal-singlepageapp/issues/4

    • @N1XML
      @N1XML 5 років тому

      @@trevortirrell Yep im doing that but doesnt works i tryed with a random appcenter i foud on github and it works (for test purposes) . So i think its my B2C configuration the issue but i dont know what