We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef7280 commit bc138feCopy full SHA for bc138fe
1 file changed
src/main/java/eu/openanalytics/containerproxy/spec/expression/SpecExpressionContext.java
@@ -192,7 +192,7 @@ public LdapUserDetails getLdapUser() {
192
}
193
194
public WebServiceAuthenticationBackend.WebServiceUser getWebServiceUser() {
195
- if (oidcUser == null) {
+ if (webServiceUser == null) {
196
throw new SpelContextObjectNotAvailableException("webServiceUser");
197
198
return webServiceUser;
0 commit comments