How to disable the sso authentication on local host(running on local machine not on predix).This is our application.yml file which has all the UAA urls ,client ids and all the authorization details .If we comment anything then we are getting the white page as attached . Please view the application.yml file and let us know what to disable
Answer by Swapna.Vad@ge.com · Mar 12, 2019 at 09:35 AM
sso authentication is enabled using Spring Security Filter, please check your application's application context configuration to disable this.
I found this online tutorial that helped me in making this application to bypass sso authentication.
http://engineering.pivotal.io/post/faking_oauth_sso/
I used first approach but I am getting this error. I know that I need to pass something in that webapplicationcontext, I am not sure what to pass since I am already passing my sso and my outh2 token from postman
Can someone in your java team or you able to help me? Please
In the link they just mentioned the passing of the variable but they did not explain anything, how to create that…do u have any idea
Authorization and Authentication with third party Identity Provider 2 Answers
Spring Boot app with UAA (and SSO) integration example/tutorial/seed 4 Answers
Error Trying to Build Predix Machine Edge SDK for Java: "Databus Edge Sample" 2 Answers
Minor feature request: Provide WWW-Authenticate header from services on Unauthorized (401) requests 2 Answers
How to rediect request from uaa authentication to app 2 Answers