Skip to content

Commit

Permalink
LPS-126596 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Mar 5, 2021
1 parent 769c8d4 commit 7deedb5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ String clientSecret = (oAuth2Application == null) ? "" : oAuth2Application.getCl

<portlet:namespace />isClientCredentialsSectionRequired = function () {
var selectedClientProfile = <portlet:namespace />getSelectedClientProfile();

return (
A.all(
'#<portlet:namespace />allowedGrantTypes .client-profile-' +
Expand All @@ -277,6 +278,7 @@ String clientSecret = (oAuth2Application == null) ? "" : oAuth2Application.getCl

<portlet:namespace />isConfidentialClientRequired = function () {
var selectedClientProfile = <portlet:namespace />getSelectedClientProfile();

return (
A.all(
'#<portlet:namespace />allowedGrantTypes .client-profile-' +
Expand All @@ -288,6 +290,7 @@ String clientSecret = (oAuth2Application == null) ? "" : oAuth2Application.getCl

<portlet:namespace />isRedirectURIRequired = function () {
var selectedClientProfile = <portlet:namespace />getSelectedClientProfile();

return (
A.all(
'#<portlet:namespace />allowedGrantTypes .client-profile-' +
Expand All @@ -299,6 +302,7 @@ String clientSecret = (oAuth2Application == null) ? "" : oAuth2Application.getCl

<portlet:namespace />isTrustedApplicationSectionRequired = function () {
var selectedClientProfile = <portlet:namespace />getSelectedClientProfile();

return (
A.all(
'#<portlet:namespace />allowedGrantTypes .client-profile-' +
Expand Down

0 comments on commit 7deedb5

Please sign in to comment.