Skip to content

Commit

Permalink
New interceptions script to modify id_token oxAuth #1523
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Feb 17, 2021
1 parent 5771522 commit b3d9e03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public CustomScriptType[] getOthersCustomScriptTypes() {
CustomScriptType.INTROSPECTION, CustomScriptType.RESOURCE_OWNER_PASSWORD_CREDENTIALS,
CustomScriptType.APPLICATION_SESSION, CustomScriptType.END_SESSION, CustomScriptType.SCIM,
CustomScriptType.POST_AUTHN, CustomScriptType.PERSISTENCE_EXTENSION, CustomScriptType.IDP,
CustomScriptType.REVOKE_TOKEN, CustomScriptType.CIBA_END_USER_NOTIFICATION };
CustomScriptType.REVOKE_TOKEN, CustomScriptType.UPDATE_TOKEN, CustomScriptType.CIBA_END_USER_NOTIFICATION };
}

public void encryptedSmtpPassword(SmtpConfiguration smtpConfiguration) {
Expand Down

0 comments on commit b3d9e03

Please sign in to comment.