Skip to content

Commit

Permalink
[SYNCOPE-1789] WA: adding support for X509 auth
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Nov 16, 2023
1 parent f7b7aab commit 71dbf4b
Show file tree
Hide file tree
Showing 11 changed files with 783 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ interface Mapper {

Map<String, Object> map(AuthModuleTO authModule, SyncopeAuthModuleConf conf);

Map<String, Object> map(AuthModuleTO authModule, X509AuthModuleConf conf);

Map<String, Object> map(AuthModuleTO authModule, GoogleMfaAuthModuleConf conf);

Map<String, Object> map(AuthModuleTO authModule, DuoMfaAuthModuleConf conf);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ public class OAuth20AuthModuleConf extends AbstractOAuth20AuthModuleConf impleme
private static final long serialVersionUID = 299820485764241682L;

protected String authUrl;

protected String profileUrl;

protected Map<String, String> profileAttrs = new LinkedHashMap<>();

protected boolean withState;
Expand Down
Loading

0 comments on commit 71dbf4b

Please sign in to comment.