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

Поделиться
HTML-код
  • Опубликовано: 15 дек 2024

Комментарии • 22

  • @spotnuru83
    @spotnuru83 Месяц назад

    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 11 месяцев назад

    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

  • @adeliameiliandika8183
    @adeliameiliandika8183 7 месяцев назад

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

    • @NihaSoft
      @NihaSoft  7 месяцев назад

      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 5 месяцев назад

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

    • @NihaSoft
      @NihaSoft  5 месяцев назад

      Yes, your understand is correct.

    • @dvvnreddy
      @dvvnreddy 5 месяцев назад

      @@NihaSoft thank you. good presentation

    • @dvvnreddy
      @dvvnreddy 5 месяцев назад

      @@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  5 месяцев назад

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

    • @dvvnreddy
      @dvvnreddy 5 месяцев назад

      @@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

  • @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

  • @jitendratulugu4656
    @jitendratulugu4656 3 месяца назад

    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?

  • @henrymatthew1403
    @henrymatthew1403 Год назад

    Thank you for the help :)

  • @fabianoteixeira9259
    @fabianoteixeira9259 Год назад +1

    Thanks!