Can not browse 2 mfp console at the same browser - session

Good day,
Previously I have a WebSphere Application Server Liberty Core, and install 1 mfp server inside.
I named this mfp server as mfp1, its working fine and I can login to the console correctly.
This is my mfp console endpoint https://10.8.2.65:9443/mfpconsole/login.html
Today I install another mfp into same Liberty Core, I named it as mfp2 and configure it as different port. The installation process working fine, and I can browse the console with following endpoint:
https://10.8.2.65:9444/mfpconsole/login.html
However, after done install, I found there are some issues. I can not browse 2 mfp console in the same browser. The simulation steps are as follow:
when I first open my chrome, and I browse to first mfp console, https://10.8.2.65:9443/mfpconsole/login.html, the page display correctly,
Then I open another new tab, and I browse to second mfp console, https://10.8.2.65:9444/mfpconsole/login.html, the page display correctly as well.
But when I key in user name and password in second tab and click login, it will auto jump to first mfp endpoint login page.
Furthermore, I can not login to both mfp console at same browser. The simulation steps are as follow:
when I first open my chrome, and I browse to first mfp console, https://10.8.2.65:9443/mfpconsole/login.html, the page display correctly.
I key in user name and password, click Login, it will login successfully.
Then I open another new tab, and I browse to second mfp console, https://10.8.2.65:9444/mfpconsole/login.html, the page display correctly as well.
However, when I come back to my first tab, which is the first mfp console, it will auto logout.
I believe there are some configuration I have to do to fix this. Can anyone advice on this?
Thanks a lot.

Related

web app fails to launch instead a STOMP message is displayed

I have a web app where I login and I click a page on it where it opens up in a different tab but it's within the same login. I then navigate back to the main web app and logout (with the other tab still being open), and when I log back in, the web app fails to load and instead a stomp message is being displayed(all it shows is the entropy, origin, cookie_needed, websocket). I'm using spring security, and when I check the logs, there is no securitycontext with the httpsessiondestroyedevent.
I don't really know where to start and would love for some help.

How to Create OAuth Client ID?

I am trying to run this github project.
For this I need to create credentials and OAuth Client Id.
When I click to create. After selecting web applications and typing the name I see authorised javascript and authorised redirect uri.
So what should I enter there because I tried with keeping both fields empty. But I got error saying no redirect url found for client id
Please help me.
I am using Developer Console for first time can't find any help on internet. This site is my last hope.
I did as said in [comment].2
Here is what I got in Linux shell and the error i received on redirected url opened webpage.
Linux Shell Message
/YouTube-Subscription-Importer/env/lib/python3.6/site-packages/oauth2client/_helpers.py:255: UserWarning: Cannot access subscribe.py-oauth2.json: No such file or directory
warnings.warn(_MISSING_FILE_MESSAGE.format(filename))
Your browser has been opened to visit:
https://accounts.google.com/o/oauth2/auth?client_id=1069660256195-n8adm0dmi70v29i55hcfblftle09hb5n.apps.googleusercontent.com&redirect_uri=http%3A%2F%2Flocalhost%3A8080%2F&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fyoutube&access_type=offline&response_type=code
If your browser is on a different machine then exit and re-run this
application with the command-line parameter
--noauth_local_webserver
Snipe of what redirect url webpage said
**MOST IMPORTANT
I am running this in windows bash.
Now tell me what to do next.
I just simply need a tutorial/how-to use guide for Google developer console credentials and OAuth Screen.
**
You need the redirect URL, you will be redirected from Google OAuth Consent Screen to https://REDIRECT_URL?code=AuthorizationCode, you can just set it to http://localhost.
After creation, you can your find Client ID on the Credentials page.

Mikrotik Hotspot ; Can not reach external login page event listed in walled garden

I'm writing a python based centralized Hotspot login page.
To make a test, I prepare one HapLite as Hotspot.
Put my server address in walled garden, also facebook and gmail site on it.
When I try to connect to this hotspot, I get error as attached picture.
But as expected, I can still open facebook and gmail.
I checked my server Nginx (as reverse proxy to my app) logs and there is no error.
I run my app in debug mode, and also there is error shown.
On Nginx logs and App debug, there is no Access detected.
I try to open my app via android browser and it opens without problem.
After some check,
I'm ended with puting the IP of my external login page to Walled-Garden-IP.
If I put in 'walled garden', ... event if I set the port, it still didn't work
C/q #Benoit ... I really appreciate your response.

firebase hosting - terminal hangs waiting for authentication

I just created a firebase account using my Gmail account and I want to test deploying a simple JS app to the cloud. I'm using Linux. I type in firebase init and the terminal says, "Waiting for authentication" then the browser opens and for a quick second I see a message "Authenticate Application" but then it disappears and asks me to login to my Google account. I login and it redirects me to my dashboard. In the terminal window it is still waiting for authentication. So the browser never tells the terminal window that I logged in and is stuck.
Any ideas?
I found a different thread with an answer that worked for me (How to login to `firebase-tools` on headless remote server?)
On the terminal use the following command:
$ firebase login --no-localhost
A different authentication link will be generated. On any machine, open a browser and paste the link from the terminal.
The result is an authorization code that you now need to paste into the terminal.
Everything should work well...I hope...
before firebase init you should be logged in (firebase login)
if you hit firebase login
first your cli asks permission to allow firebase
Allow Firebase to collect anonymous CLI usage information?
type yes and hit return
now an url will be generated
copy the url and open in any browser
login (if required)
if you are using first it asks for permission when you hit ok
login successful

Magento connect manager showing login screen in console

Magento connect manager showing login screen in console.
I have installed 1.9.1.0 ver of magento, Want to upgrade my extension.
But when i select any extension version for upgrade and click on commit changes button. It scroll me to console area and shows login page of connect manager instead of console window.
After putting credential of connect manager it gives message that "No actions selected".
But all these functionality is working fine on Local side.
Please see the image of console is showing login form of connect manager
Please help me.
This screen signifies that magento requires your authentication check .
so please provide admin username and password of magento store

Resources