Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Accelerator 4] Changing regulatory property to Fapi complaint to match IS property #259

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Ashi1993
Copy link
Contributor

[Accelerator 4] Changing regulatory property to Fapi complaint to match IS property

This PR change regulatory property to Fapi complaint to match IS property

Issue link: required

Doc Issue: Optional, link issue from documentation repository

Applicable Labels: Spec, product, version, type (specify requested labels)


Development Checklist

  1. Build complete solution with pull request in place.
  2. Ran checkstyle plugin with pull request in place.
  3. Ran Findbugs plugin with pull request in place.
  4. Ran FindSecurityBugs plugin and verified report.
  5. Formatted code according to WSO2 code style.
  6. Have you verified the PR doesn't commit any keys, passwords, tokens, usernames, or other secrets?
  7. Migration scripts written (if applicable).
  8. Have you followed secure coding standards in WSO2 Secure Engineering Guidelines?

Testing Checklist

  1. Written unit tests.
  2. Verified tests in multiple database environments (if applicable).
  3. Tested with BI enabled (if applicable).

@@ -135,7 +135,7 @@ public static String reduceStringLength(String input, int maxLength) {
* @throws RequestObjectException If an error occurs while checking the client ID
*/
@Generated(message = "Excluding from code coverage since it requires a service call")
public static boolean isRegulatoryApp(String clientId) throws RequestObjectException {
public static boolean isFapiConformantApp(String clientId) throws RequestObjectException {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we update the method comment as well?

@@ -153,6 +153,6 @@ protected String getAllowedScopes(OAuth2Parameters oAuth2Parameters) throws Requ
@Generated(message = "Excluding from code coverage since it requires a service call")
protected boolean isRegulatory(OAuth2Parameters oAuth2Parameters) throws RequestObjectException {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we update this method identifier?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants