Skip to content

Commit

Permalink
Update RmesStampsImpl.java (#847)
Browse files Browse the repository at this point in the history
* Update RmesStampsImpl.java

add stamp for SSM

* Update RmesStampsImpl.java

add import
  • Loading branch information
GtanSndil authored Dec 20, 2024
1 parent 646a0cd commit 3769883
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import fr.insee.rmes.config.auth.user.User;
import fr.insee.rmes.exceptions.RmesException;
import org.springframework.stereotype.Service;
import fr.insee.rmes.config.auth.security.OpenIDConnectSecurityContext;

import java.util.List;

Expand Down Expand Up @@ -279,7 +280,8 @@ public record RmesStampsImpl(UserDecoder userDecoder) implements StampsService {
"SSM-DSED",
"SSM-DESSI",
"SSM-SIES",
"SSM-DEPS"
"SSM-DEPS",
OpenIDConnectSecurityContext.TIMBRE_ANONYME
);


Expand Down

0 comments on commit 3769883

Please sign in to comment.