KEYCLOAK-15559 Client Policy - Executor : Missing Help Text of SecureResponseTypeExecutor
This commit is contained in:
parent
790b549cf9
commit
bd3840c606
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ public class SecureResponseTypeExecutorFactory implements ClientPolicyExecutorPr
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getHelpText() {
|
public String getHelpText() {
|
||||||
return null;
|
return "The executor checks whether the client sent its authorization request with code id_token or code id_token token in its response type by following Financial-grade API Security Profile : Read and Write API Security Profile.";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue