You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but productively not. there comes api-call from getaway-client. And this client is in other external network. I.e host in issuer is different than in api server.
The text was updated successfully, but these errors were encountered:
I have a problem. I have made api-Server (spring boot) as multi-tenancy. It works locally:
`
protected void configure(HttpSecurity http) throws Exception {
http.authorizeRequests().antMatchers(AUTH_WHITELIST).permitAll(); // whitelist Swagger UI resources
// .antMatchers("/admin/**").permitAll();
`
but productively not. there comes api-call from getaway-client. And this client is in other external network. I.e host in issuer is different than in api server.
The text was updated successfully, but these errors were encountered: