How to enable Azure AD SSO (Single Sign On) for oracle apex application.

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ต.ค. 2024

ความคิดเห็น • 22

  • @spotnuru83
    @spotnuru83 3 วันที่ผ่านมา

    Thank you worked for me, but some of the points have changed, like the call back URL and etc.. but was finally able to do it, thank you for this tutorial appreciate it

  • @manoharadhav517
    @manoharadhav517 ปีที่แล้ว

    Informative Video

  • @debiprasaddas6930
    @debiprasaddas6930 9 หลายเดือนก่อน

    In Azure Ad I would like to have >1 group and each group will have access to different pages in my application. How do I configure that in apex? I know at Azure side we just have to create groups under the same app with different users! How do I dynamically call different users in different groups created in Azure to authenticate the pages in Apex

  • @fabianoteixeira9259
    @fabianoteixeira9259 ปีที่แล้ว +1

    Thanks!

  • @henrymatthew1403
    @henrymatthew1403 ปีที่แล้ว

    Thank you for the help :)

  • @jitendratulugu4656
    @jitendratulugu4656 หลายเดือนก่อน

    In Azure Portal I don't have any option to view endpoints. is there any reason or am I missing something? can anyone help me in this?

  • @stephenmackenzie9016
    @stephenmackenzie9016 ปีที่แล้ว +1

    Not very useful if your app is internal and not hosted on OCI. What if your redirect URL is an internally hosted application?

    • @NihaSoft
      @NihaSoft  ปีที่แล้ว +1

      Same method and steps can be applied for on prem app also.

    • @stephenmackenzie9016
      @stephenmackenzie9016 ปีที่แล้ว

      But with about 5 extra steps to set up ACLs and add certificates to wallets@@NihaSoft

  • @adeliameiliandika8183
    @adeliameiliandika8183 5 หลายเดือนก่อน

    Can after autologin using azure AD, redirect to specific page with specific search on this page that passed by url parameters?

    • @NihaSoft
      @NihaSoft  5 หลายเดือนก่อน

      Yes, just use post login procedure and use redirect logic there

  • @omatayoholder3349
    @omatayoholder3349 ปีที่แล้ว

    Does this guarantee that more than one user can sign onto this application? Or just one?

    • @NihaSoft
      @NihaSoft  ปีที่แล้ว

      Any number of user can sign onto to application. There is no restriction

    • @omatayoholder3349
      @omatayoholder3349 ปีที่แล้ว

      ​@NihaSoft one last question. Some of our users don't have emails, they are customer service reps and I work at a bank, can it still work with their usernames?

    • @NihaSoft
      @NihaSoft  ปีที่แล้ว

      @@omatayoholder3349 you can implement multi type authentication for users who don’t have emails you can use normal username password based authentication. Those who are part of organizations and have emails you can use sso

  • @dvvnreddy
    @dvvnreddy 3 หลายเดือนก่อน

    we register apex only not application we created in apex. is my understanding correct

    • @NihaSoft
      @NihaSoft  3 หลายเดือนก่อน

      Yes, your understand is correct.

    • @dvvnreddy
      @dvvnreddy 3 หลายเดือนก่อน

      @@NihaSoft thank you. good presentation

    • @dvvnreddy
      @dvvnreddy 3 หลายเดือนก่อน

      @@NihaSoft ty . i am able to register my application with azure successfully following your presentation. i want to do for ords also, is that possible , if yes can u guide me. thanks

    • @NihaSoft
      @NihaSoft  3 หลายเดือนก่อน

      @@dvvnreddy what do you mean by ords? Can you explain the requirement little detail

    • @dvvnreddy
      @dvvnreddy 3 หลายเดือนก่อน

      @@NihaSoft i want to create restapi from databaseactions and give it users , they must be able to access only after passing azure credentials only .ty