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 Жыл бұрын
Informative Video
@debiprasaddas693011 ай бұрын
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
@jitendratulugu46563 ай бұрын
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?
@adeliameiliandika81837 ай бұрын
Can after autologin using azure AD, redirect to specific page with specific search on this page that passed by url parameters?
@NihaSoft7 ай бұрын
Yes, just use post login procedure and use redirect logic there
@stephenmackenzie9016 Жыл бұрын
Not very useful if your app is internal and not hosted on OCI. What if your redirect URL is an internally hosted application?
@NihaSoft Жыл бұрын
Same method and steps can be applied for on prem app also.
@stephenmackenzie9016 Жыл бұрын
But with about 5 extra steps to set up ACLs and add certificates to wallets@@NihaSoft
@omatayoholder3349 Жыл бұрын
Does this guarantee that more than one user can sign onto this application? Or just one?
@NihaSoft Жыл бұрын
Any number of user can sign onto to application. There is no restriction
@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 Жыл бұрын
@@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
@dvvnreddy5 ай бұрын
we register apex only not application we created in apex. is my understanding correct
@NihaSoft5 ай бұрын
Yes, your understand is correct.
@dvvnreddy5 ай бұрын
@@NihaSoft thank you. good presentation
@dvvnreddy5 ай бұрын
@@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
@NihaSoft5 ай бұрын
@@dvvnreddy what do you mean by ords? Can you explain the requirement little detail
@dvvnreddy5 ай бұрын
@@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