diff --git a/admin-ui/src/main/resources/META-INF/resources/admin/js/controllers/realm.js b/admin-ui/src/main/resources/META-INF/resources/admin/js/controllers/realm.js index b7b113accc..fcd5d13ac1 100755 --- a/admin-ui/src/main/resources/META-INF/resources/admin/js/controllers/realm.js +++ b/admin-ui/src/main/resources/META-INF/resources/admin/js/controllers/realm.js @@ -696,15 +696,6 @@ module.controller('RealmSocialCtrl', function($scope, realm, Realm, $location, N initSocial(); }; - $scope.openHelp = function(pId) { - $scope.helpPId = pId; - $scope.providerHelpModal = true; - }; - - $scope.closeHelp = function() { - $scope.providerHelpModal = false; - }; - }); module.controller('RealmTokenDetailCtrl', function($scope, Realm, realm, $http, $location, Dialog, Notifications, TimeUnit) { diff --git a/admin-ui/src/main/resources/META-INF/resources/admin/partials/provider/facebook-help.html b/admin-ui/src/main/resources/META-INF/resources/admin/partials/provider/facebook-help.html deleted file mode 100755 index 33a94e9b8f..0000000000 --- a/admin-ui/src/main/resources/META-INF/resources/admin/partials/provider/facebook-help.html +++ /dev/null @@ -1,32 +0,0 @@ -

Open https://developers.facebook.com/apps. Click on Create New App

- -

Use any app name that you'd like, click Continue

- -

Select Disabled for Sandbox Mode

- -

Under Select how your app integrates with Facebook select Website with Facebook login. Fill in the form with the following values:

- - - -

Click on Save changes. Insert App ID and App Secret in the form below.

- -
-
- -
- -
-
-
- -
- -
-
-
- -

- Close the help panel and click save changes. -

\ No newline at end of file diff --git a/admin-ui/src/main/resources/META-INF/resources/admin/partials/provider/google-help.html b/admin-ui/src/main/resources/META-INF/resources/admin/partials/provider/google-help.html deleted file mode 100755 index 048a8ca956..0000000000 --- a/admin-ui/src/main/resources/META-INF/resources/admin/partials/provider/google-help.html +++ /dev/null @@ -1,35 +0,0 @@ -

- Open https://cloud.google.com/console/project. - Click Create Project. -

- -

Use any project name and id that you'd want and click Create. Wait for the project to be created.

- -

Click APIs & auth, under APIs make sure Google+ API is ON. - -

Click Credentials and click on Create New Client ID. Select Web application as Application - type. Authorized Javascript origins should be empty. Add {{callbackUrl}} to Authorized redirect - URI. Click Create Client ID

. - -

Insert Client ID and Client secret in the form below.

- -
-
- - -
- -
-
-
- - -
- -
-
-
- -

Close the help panel and click save changes.

\ No newline at end of file diff --git a/admin-ui/src/main/resources/META-INF/resources/admin/partials/provider/twitter-help.html b/admin-ui/src/main/resources/META-INF/resources/admin/partials/provider/twitter-help.html deleted file mode 100644 index 19326ab918..0000000000 --- a/admin-ui/src/main/resources/META-INF/resources/admin/partials/provider/twitter-help.html +++ /dev/null @@ -1,40 +0,0 @@ -

- Open https://dev.twitter.com/apps. Click on Create a new - application. -

- -

Fill in name, description and website. For Callback URL use the following value:

- - - -

Note: Twitter doesn't allow localhost as domain, use 127.0.0.1 instead!

- -

Agree to the rules, fill in the captcha and click on Create your Twitter application

- -

- Now click on Settings and tick the box Allow this application to be used to Sign in with Twitter, and click on Update - this Twitter application's settings. -

- -

Click on Details. Insert Consumer key and Consumer secret in the form below.

- -
-
- -
- -
-
-
- -
- -
-
-
- -

- Close the help panel and click save changes. -

\ No newline at end of file diff --git a/admin-ui/src/main/resources/META-INF/resources/admin/partials/realm-social.html b/admin-ui/src/main/resources/META-INF/resources/admin/partials/realm-social.html index bd6dde2871..b78cfa0b4a 100755 --- a/admin-ui/src/main/resources/META-INF/resources/admin/partials/realm-social.html +++ b/admin-ui/src/main/resources/META-INF/resources/admin/partials/realm-social.html @@ -21,6 +21,12 @@
  • Social
  • {{realm.realm}} Social Providers Settings

    + + +
    +

    Social Callback URL: {{callbackUrl}}

    +
    +
    @@ -64,7 +70,6 @@ ng-class="{'dirty': postSaveProviders.indexOf(pId) > -1}" required> -
    @@ -72,6 +77,7 @@
    +
    -
    - -
    -