Skip to content

Commit

Permalink
prøver med aad graph (uten proxy client id)
Browse files Browse the repository at this point in the history
  • Loading branch information
d142796 committed May 28, 2024
1 parent 49871ce commit 981bec4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import java.util.*
@ConditionalOnPropertyNotEmpty("tiltak-refusjon.kontoregister.uri")
class KontoregisterServiceImpl(
val properties: KontoregisterProperties,
@Qualifier("anonymProxyRestTemplate") val restTemplate: RestTemplate
@Qualifier("påVegneAvSaksbehandlerGraphRestTemplate") val restTemplate: RestTemplate
) : KontoregisterService {

val log: Logger = LoggerFactory.getLogger(javaClass)
Expand Down

0 comments on commit 981bec4

Please sign in to comment.