Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
e-epal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Χάρης Παπαδόπουλος
e-epal
Commits
036f923a
Commit
036f923a
authored
Feb 21, 2017
by
Open Source Developer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit
parent
830874b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
drupal/modules/oauthost/src/Authentication/Provider/OAuthOSTConsumer.php
...oauthost/src/Authentication/Provider/OAuthOSTConsumer.php
+3
-3
source/app.settings.ts
source/app.settings.ts
+2
-1
No files found.
drupal/modules/oauthost/src/Authentication/Provider/OAuthOSTConsumer.php
View file @
036f923a
...
...
@@ -23,13 +23,13 @@ class OAuthOSTConsumer implements AuthenticationProviderInterface
protected
$request_token_url
=
'https://www1.gsis.gr/gsisapps/gsisdemo/oauth/request_token'
;
protected
$user_authorization_url
=
'https://www1.gsis.gr/gsisapps/gsisdemo/oauth/confirm_access'
;
protected
$access_token_url
=
'https://www1.gsis.gr/gsisapps/gsisdemo/oauth/access_token'
;
protected
$signature_method
=
'PLAINTEXT'
;
protected
$signature_method
=
'PLAINTEXT'
;
protected
$api_url
=
'https://www1.gsis.gr/gsisapps/gsisdemo/gsisdemoservice/resource_one'
;
protected
$callback_url
=
'http://
eepal.dev
/drupal/oauth/cb'
;
protected
$callback_url
=
'http://
localhost/angular/eepal-front
/drupal/oauth/cb'
;
protected
$logout_url
=
'https://www1.gsis.gr/testgsisapps/gsisdemo/logout.htm?logout_token='
;
/**
* The config factory.
* The config factory.
*
* @var \Drupal\Core\Config\ConfigFactoryInterface
*/
...
...
source/app.settings.ts
View file @
036f923a
export
class
AppSettings
{
public
static
get
API_ENDPOINT
():
string
{
return
'
http://localhost/drupal
'
;
return
'
http://localhost/angular/eepal-front/drupal
'
;
// return 'http://localhost/drupal';
// return 'http://eepal.dev/drupal';
// return 'http://eduslim2.minedu.gov.gr/drupal';
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment