User Activity

  • Modified a comment on discussion Help on SPNEGO

    UPDATE: We got this working eventually, this was a CORS issue because our front end and back end had different URLs. We made changes to both sides, so for anyone who might run into this issue like I did, here's what we did: For BE side: We had to modify the @CrossOrigin annotation for the specific method. It ended up looking like this: @CrossOrigin(origins = {"${app.api.settings.cross-origin.allowed-origins}"}, maxAge = 3600, allowCredentials = "true") @GetMapping("/getSsoToken") public ResponseEntity<Object>...

  • Posted a comment on discussion Help on SPNEGO

    UPDATE: We got this working eventually, this was a CORS issue because our front end and back end had different URLs. We made changes to both sides, so for anyone who might run into this issue like I did, here's what we did: For BE side: We had to modify the @CrossOrigin annotation for the specific method. It ended up looking like this: @CrossOrigin(origins = {"${app.api.settings.cross-origin.allowed-origins}"}, maxAge = 3600, allowCredentials = "true") @GetMapping("/getSsoToken") public ResponseEntity<Object>...

  • Modified a comment on discussion Help on SPNEGO

    Hello, I currently have the whole SSO setup working on my Spring 3 web service. The issue I'm running into is, it doesn't seem to work when accessing the URL through our front end service? For example, I'm supposed to call an API that goes through this SSO authentication when the user clicks a specific button on the page. If I try typing out the API directly onto the browser, it works as expected and I get my result. The logs also print out the expected log: net.sourceforge.spnego.SpnegoHttpFilter.doFilter...

  • Modified a comment on discussion Help on SPNEGO

    Hello, I currently have the whole SSO setup working on my Spring 3 web service. The issue I'm running into is, it doesn't seem to work when accessing the URL through our front end service? For example, I'm supposed to call an API that goes through this SSO authentication when the user clicks a specific button on the page. If I try typing out the API directly onto the browser, it works as expected and I get my result. The logs also print out the expected log: net.sourceforge.spnego.SpnegoHttpFilter.doFilter...

  • Modified a comment on discussion Help on SPNEGO

    Hello, I currently have the whole SSO setup working on my Spring 3 web service. The issue I'm running into is, it doesn't seem to work when accessing the URL through our front end service? For example, I'm supposed to call an API that goes through this SSO authentication when the user clicks a specific button on the page. If I try typing out the API directly onto the browser, it works as expected and I get my result. The logs also print out the expected log: net.sourceforge.spnego.SpnegoHttpFilter.doFilter...

  • Modified a comment on discussion Help on SPNEGO

    Hello, I currently have the whole SSO setup working on my Spring 3 web service. The issue I'm running into is, it doesn't seem to work when accessing the URL through our front end service? For example, I'm supposed to call an API that goes through this SSO authentication when the user clicks a specific button on the page. If I try typing out the API directly onto the browser, it works as expected and I get my result. The logs also print out the expected log: net.sourceforge.spnego.SpnegoHttpFilter.doFilter...

  • Modified a comment on discussion Help on SPNEGO

    Hello, I currently have the whole SSO setup working on my Spring 3 web service. The issue I'm running into is, it doesn't seem to work when accessing the URL through our front end service? For example, I'm supposed to call an API that goes through this SSO authentication when the user clicks a specific button on the page. If I try typing out the API directly onto the browser, it works as expected and I get my result. The logs also print out the expected log: net.sourceforge.spnego.SpnegoHttpFilter.doFilter...

  • Posted a comment on discussion Help on SPNEGO

    Hello, I currently have the whole SSO setup working on my Spring 3 web service. The issue I'm running into is, it doesn't seem to work when accessing the URL through our front end service? For example, I'm supposed to call an API that goes through this SSO authentication when the user clicks a specific button on the page. If I try typing out the API directly onto the browser, it works as expected and I get my result. The logs also print out the expected log: net.sourceforge.spnego.SpnegoHttpFilter.doFilter...

View All

Personal Data

Username:
keishirabe
Joined:
2023-08-29 05:26:52.360000

Projects

  • No projects to display.

Personal Tools