Skip to content

Commit

Permalink
Revert non-proxyable (#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
jolarsen authored Jan 15, 2022
1 parent b182085 commit e7583f2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import java.net.URI;
import java.util.List;

import javax.enterprise.context.ApplicationScoped;
import javax.enterprise.context.Dependent;
import javax.inject.Inject;

Expand All @@ -13,7 +12,7 @@
import no.nav.foreldrepenger.konfig.KonfigVerdi;
import no.nav.vedtak.sikkerhet.oidc.WellKnownConfigurationHelper;

@ApplicationScoped
@Dependent
public class StsAccessTokenConfig {

private static final String DEFAULT_PATH = "/rest/v1/sts/token";
Expand Down

0 comments on commit e7583f2

Please sign in to comment.