Skip to content

Commit

Permalink
ES-1101
Browse files Browse the repository at this point in the history
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
  • Loading branch information
ase-101 committed May 27, 2024
1 parent 081c9d0 commit b0b9615
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ public class SignupRedirectRequest {
@NotBlank(message = ErrorConstants.INVALID_TRANSACTION_ID)
private String transactionId;

@NotBlank
//@NotBlank
private String pathFragment;
}
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,6 @@ public class AuthorizationServiceImpl implements AuthorizationService {
@Value("${mosip.esignet.signup-id-token-audience:mosip-signup-client}")
private String signupIDTokenAudience;

@Value("${mosip.esignet.host}")
private String domain;

@Value("${server.servlet.path}")
private String servletPath;


@Override
public OAuthDetailResponseV1 getOauthDetails(OAuthDetailRequest oauthDetailReqDto) throws EsignetException {
Expand Down

0 comments on commit b0b9615

Please sign in to comment.