Hi Guys,
I have a requirement for my dashboard is to embed kibana iframe into my react application, for that i need to follow up below 2 conditions
- One time login for react app configured with aws cognito user pool. after login dashboard home page have kibana iframe should load automatically without any authentication
- All other Api's from my node backend should validate cognito token before processing API
Thanks,