Skip to content

Commit 4ee04e8

Browse files
authored
Remove Bean and reset version to fix build (eclipse-basyx#699)
* Remove Bean and reset version to fix build * Reset basyx version
1 parent 1737a3f commit 4ee04e8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

basyx.submodelservice/basyx.submodelservice-feature-authorization/src/main/java/org/eclipse/digitaltwin/basyx/submodelservice/feature/authorization/AuthorizedSubmodelServiceConfiguration.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,4 @@ public TargetInformationAdapter getSubmodelTargetInformationAdapter() {
6666
return new SubmodelTargetInformationAdapter();
6767
}
6868

69-
@Bean
70-
@ConditionalOnProperty(name = "spring.security.oauth2.resourceserver.jwt.issuer-uri", matchIfMissing = false)
71-
public JwtDecoder jwtDecoder(@Value("${spring.security.oauth2.resourceserver.jwt.issuer-uri}") String issuerUri) {
72-
return JwtDecoders.fromIssuerLocation(issuerUri);
73-
}
7469
}

0 commit comments

Comments
 (0)