Login Issue through Microsoft Authenticator Application - authenticator

When I am trying to login to the office 365, It is asking Microsoft authenticator code for the verification which was installed in my mobile, But the application itself asking the authenticator code while login to the mobile.
How to resolve the problem...

For the above question,
First you need to go to your Edge browser and click on your profile which was located at the right side in your Edge browser and click on add sync.
Then after type myaccount.microsoft.com in browser
then it will open your account then select My sign-ins tab---->security info---->add method----->choose a method(phone)----->add country code and mobile number---->Text me--------->Ok
Then it will send OTP to your mobile number and use that OTP to login to your office 365 account....
You can also add another methods to login like authenticator app.....etc

Related

Google not showing promt to select google account

We have web application with keycloak as identity broker, google SAML app as IDP for google managed workspace for domain say mycompany.com. Integration works fine for except a case described below.
If user is logged in with only one non SAML app google account, google returns
403 Error: app_not_configured_for_user.
i.e. If I am logged as with my personal gmail acccount & not with mycompany.com account
I have inspected SAML AuthnRequest payload SAML tracer which has ForceAuthn="true" but still it does not show up account chooser page.
I went through couple of stackoverflow threads. Few provided solution about using account chooser url and redirecting it to auth page https://accounts.google.com/accountchooser?continue={theredirectURL}.
Looking at community to help suggesting clean solution.
This error pretty much depends on which account is the primary one in the Google account chooser as it always takes that to complete the sign in process automatically.
There is no official way or setting from Google to do this, however the mosto commonly used workaround is to add the following URL to the Start URL section of the SAML app settings for it to force the authentication whenever you click on it.
https://accounts.google.com/AccountChooser?continue=https://accounts.google.com/o/saml2/initsso?idpid=[REPLACE]s&spid=[REPLACE]&forceauthn=false
There are 2 parameters that you need to replace in that URL and you need to get them from the Google apps menu next to your profile picture, then hover over the SAML app that you want to change and right click on it, then copy the link address and that will show the idpid and spid values.

connect flutter and website through one login form

I've been working on app that use Firebase_Auth to allow user to login or signing but now I need to connect user to a website at the same time he login or signing to the app through verification maybe, so the user don't need to login and enter his password and email again also allowed to download files or do anything in website but i don't actually know how to do that, do I need to write js code inside website code or there is a plugin in flutter that can do that like this plugin in flutter
thanks in advance for any help.

Adding Box as a place in Office iOS apps causes SSO login to hang

In some scenarios, users are unable to add Box as a Place in Office iOS apps due to their SSO environment and the lack of support for certain configurations.
For example, where an enterprise has an authentication-challenge-based (HTTP Basic Authentication) SSO - where the user has to be prompted for a username and password outside of the rendered web page.
The user is in an Office iOS app, then attempts to add Box as a Place, expecting to log in to their corporate Box account, and when they get redirected to their SSO environment, they are not presented with a prompt for their username and password.
It just appears to hang. Users should be able to log into their corporate Box account from Office iOS apps without their SSO environment becoming stuck this way.

Keycloak and SSO with SAML and Safari

we are using keycloak 3.4.2 to try to integrate SSO behavior (via SAML). I configured two clients in the same realm; if user logins to clientA and he opens a new tab in the same browser and logins to clientB he is successfully automatically logged in.
But we are trying to integrate the following behavior:
- from ipad user opens safari and goes to site A
- he logins to site A successfully
- from site A he clicks an "universal link" to open an app previously installed which is simply a webview to site B.
Current result is the user lands in the login page of the app.
Expected result is the user gets automatically logged in.
We are using iOS 11 for frontend. Both site A and site B have a backend side written in Java6.
Our idea was to reuse all cookies from site A to app with webview of site B by using an iOS widget "SFAuthenticationSession"; but once logged in the only cookie available is JSESSIONID which is not enough I think.
In my tests when I am using only a browser with different tabs, for each different tab I have a different JSESSIONID so I expect to have a different JSESSIONID when I am landing to site B.
Our approach has been taken from current source code:
https://github.com/dvdhpkns/SFAuthenticationSession-example
So what can we do to accomplish our task ?
What are we missing ? Do we need any other tokens/cookie ? How to retrieve them ? And when ?
I hope I clearly explained issue, sorry but authentication issues are not my strong point.

How to become redirected to Facebook's Mobile Web URL

I would like to integrate an existing, external application with Facebook using Mobile Web method and its authenticated referrals as well as to be able to redirect user (incoming from a different place) to Facebook login page. I do not want it to be embedded in Facebook page.
If I understand correctly how the authenticated referrals work, I must somehow reach the authentication dialog which will redirect me to the Mobile Web URL, which I specified in the application configuration.
Additional information: I would like to avoid making the application public until it is ready, so I have set the Sandbox Mode setting to Enabled.
How to get the URL, with which I will be able to test authenticated referrals?
You can land at your game's Mobile Web URL page using following steps:
Switch your user agent to iPhone or other mobile.
Go to the http://m.facebook.com page.
Press the "identity" icon in the top left edge of the screen to show the bookmarks menu.
Look for the application in the Apps section.
Press the application bookmark.
Above procedure worked for me. My user was an admin of the project but it will probably work also for devs and testers (just a guess).