Hi I am a new developer to the field of Django rest framework. We are trying to protect some users to access some database tables. I understand that we can achieve this functionality using permission classes in Django rest framework but don't know how exactly to implement.
We have a User model and a token is being generated after user login and is being validated from ReactJS.
We have a separate application built using React. This application is deployed as a widget on the Liferay server. We are creating the users in the Liferay platform. How can we pass the user information to the React application?
thanks
I am trying to add a new application to my azure AD to use for my Xamarin forms mobile app, but when I select Native app and finish the creation it does not show up under App Registrations but it does show up under enterprise applications but with a subset of functionality it seems, for example I cannot add users to the application and I cannot add reply to URLS etc, What could cause this behaviour?
Make sure you set the new filter to All Apps instead of My Apps.
Then it will show all Applications in the tenant.
May be I am overcomplicating things and overthinking of a solution but this is what I am trying to accomplish:
I have an app that uses Ionic Angular JS as the frontend with multiple restful services from the backend. I am using a combination of Drupal and Yii2. Both of the apps can support Facbook login / sign up as web apps as the modules are available. Ionic app by itself can use FBLogin by using NGCordova. However, I need to do the following:
Login to Ionic app using Facebook Login.
Using this login create an account in both my Yii2 and Drupal 7 apps. (I can sacrifice one or the other if I really need to. I have two backends because I need one to store the custom logic an another for the content management.).
User should be able to create new nodes in both of the apps. (Yii2 will have a higher priority).
Any guidance will be great. Eventually I may expand FB login capability to Google ID as well.
I have made a fusion web application in Oracle Jdeveloper 11g used Oracle plateform security services(OPSS) for authentication and authriztion Made LoginBean..created login,error and welcome page, and also created menu, given access to the page and menu to the different roles (roles like SuperAdmin, CompanyAdmin, Manager, and User)created in the Jazn-data.xml file..Now what i want that instead of creating Enterprise, Application roles and custom resources for controlling the UI components(hiding and unhiding of menu etc) directly from the Jazn file the same Operation can be done through a web page in the application whose access can be give to the admin and he can directly create users, roles and resources and assign them to different users and application roles from the web page.
Is there any way so that we can perform all the activities like creating users, roles, resources and assignment through a web page in the jazn-data.xml file in adf fusion application ???
You will need to write a Web page that communicates with the API exposed by your security repository to manage users/roles.
Here is an example with OID - http://ramannanda.blogspot.com/2011/09/opss-adf-security-utility.html
The method is already there getAllUserRoles will fetch all the roles. Also i think you mean you are not using OID rather than LDAP(because it is just a protocol). You can use the embedded ldap provider just switch the implementation class to weblogic provider class instead of OID.