Skip to content

Commit

Permalink
Dropper AutentiseringFilter for forvaltningstjenester
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvemb committed Feb 7, 2025
1 parent c61164a commit e79e2ff
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class ForvaltningApiConfig extends ResourceConfig {
public ForvaltningApiConfig() {
LOG.info("Initialiserer: {}", API_URI);
// Sikkerhet
register(AutentiseringFilter.class);
//register(AutentiseringFilter.class);
registerOpenApi();

// REST
Expand Down Expand Up @@ -86,8 +86,8 @@ private void registerOpenApi() {
private Set<Class<?>> getApplicationClasses() {
var classes = new HashSet<Class<?>>();
classes.add(no.nav.k9.prosesstask.rest.ProsessTaskRestTjeneste.class);
classes.add(K9DokgenRestTjeneste.class);
classes.add(OppgaverForvaltningRestTjeneste.class);
//classes.add(K9DokgenRestTjeneste.class);
//classes.add(OppgaverForvaltningRestTjeneste.class);
if (Environment.current().isLocal()) {
classes.add(ForespørselVtpRest.class);
}
Expand Down

0 comments on commit e79e2ff

Please sign in to comment.