RingCentral phone application login report - ringcentral

We are using RC desktop phone app for communicating.
We have different extensions and users in those extensions who are using the app and login into it.
Where can I get those login in and out generated report for audit in the application or admin portal?
We can check users login activity

This feature is not there in RingCentral as I can see a feature request in Idea portal:
https://ideas.ringcentral.com/ideas/CUSTCOM-I-1909
This feature request will be reviewed by RingCentral and hopefully implement in future version

Related

Django Microsoft Graph Authentication

I'd like users to be able to login to my Django app using their Microsoft personal, work or school account.
I have no interest in any profile or other data from the user's account. I just want authentication.
I've been playing with django-allauth and and Azure portal and have successfully set things up so I can log in with my personal outlook.com account. I've set the AD tenants up to allow for personal and institutional accounts.
I've successfully served the .wellknown json and was able to verify the app in Azure.
I run into trouble when I try to log in with a Microsoft 365 work or school account.
The consent form shows the app as "unverified" and indicates that the app wants profile information and to store data.
I ended up in a rabbit hole of Microsoft AD documentation about MPN IDs and such.
Before I go further I want to know if I what I want to do is even possible.
Keeping in mind that I'm not interested in profile information, can I achieve authentication in Django with a users Microsoft Work or School account?
If so, what do I have to do?

My Google social login app is published but Still it show temporarily disabled this app

Google social login oauth api is verified and its status is published but when I try to login with new user it gives the temporarily disabled this app error.
Screenshot of oauth consent screen
This may be caused because your application hasn't been approved for any sensitive or restricted scopes
I would suggest you make sure that your application is verified for all the scopes and if not, submit your application for verification with all the scopes listed.
If non of the above works for you, you may contact Google Cloud Platform Support

Strange workflow in WSO2 application publisher

I have three roles in EMM. They are admin, developer, and user. The developer should be able to submit applications for review in the APP Publisher and the admin should approve such submitted. After that, developer will publish the app and let the user download it in the APP Store.
However, everything works fine but the APP Publisher allows the developer to approve the app by itself.
I can provide the EMM role permission. There is on Create, Delete, Install, Publish and Update. Using this, I can grant the Publish permission to the developer. It can do all: submit for review, approve and publish together. If I don't, developer can't even submit the application for review.
Is there any way to do what I want?

Office 365 (SharePoint Online) C# Authentication from custom application using tokens

I have a custom c# windows forms application. How can I authenticate to Office 365 SharePoint Online in order to issue HttpWebRequest to customer web-sites using ACS tokens.
User will provide username and password and based on that I want to generate an ACS token that will allow the application to make requests on customer web-site. Also I want to be able to regenerate the token if it's expired, without reprompting username and password if possible.
if this will be a provider hosted app, then no problem is easy to do it but how can I achieve this from a custom application which is not a SharePoint app?
You will have to rewrite the code which supports [SharePointContextFilter] attribute which does the work in provider hosted app. Or port your web forms application to a provider hosted app template and deploy.

Authentication using Glass

We have an existing Android and iOS application that consumes REST API from our servers. The API provides a token to the authenticated users after they log in using their credentials (username, password combo.) from the mobile applications.
Now, we're planning to create a Google Glass application for the same. In this case, we'd like to use the existing REST API along with Glass also. The Glass app will be built natively using the GDK.
My concern is, how would the users be able to input credentials? Because, users may have signed up for the service using non-google accounts?
Many thanks in advance.
At the moment, there is no supported way for apps made with GDK Early Access to authenticate the user or provide a way to connect the Glass account to your auth system. The Glass team has indicated such methods are coming, however - the Strava Cycling app, for example, does this, and it is expected that a similar feature will become widely available as the GDK matures.
Strava Cycling appears to get its credentials at the time you setup the app through MyGlass. When you turn it on it redirects you to a website to log into Strava's service before completing the install.
I just gave a talk on this exact topic at Wearables DevCon. The solution I proposed is purely done through GDK. All the user has to do is sign into their Google Account on a phone/tablet/computer and enter a code that is shown on Glass.
Check out the slides here:
https://docs.google.com/presentation/d/1NepYwlKdEvLV0QH9ix2I8l-JY1kHjBR9AXKBNpgTI6g/edit
And the code here:
https://github.com/victorkp/GlassWebNotes
The latest Glass release (XE16) publishes the remote authentication API for apps distributed through MyGlass:
https://developers.google.com/glass/develop/gdk/authentication