I have 2 web apps let say A & B.
A has many functions to do and call B in one of its tabs.
A & B have Login page.
I need to get B and make login from that tab in A (using Ifram)without any missed access token.
it's a code ::
html=>
ts=>
import { Component, OnInit } from '@angular/core';
export class MsanTeInformationNewPortalComponent implements OnInit {
constructor() { }
loginUrl: string = '';
ngOnInit(): void {
}
}
the app i need to bring inside my web-app
my application will be like that :: and i will fill user& pass with the logged in user