Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFDS-register-front
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EOSC-Pillar
FFDS
FFDS-register-front
Commits
a5c8e13f
Commit
a5c8e13f
authored
3 years ago
by
Baptiste Toulemonde
Browse files
Options
Downloads
Plain Diff
Merge branch 'feature/indigo_auth' into 'master'
fix conf ingress See merge request
!37
parents
de0c4edd
5b15a685
No related branches found
No related tags found
1 merge request
!37
fix conf ingress
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/authentication/services/auth.service.ts
+2
-2
2 additions, 2 deletions
src/app/authentication/services/auth.service.ts
with
2 additions
and
2 deletions
src/app/authentication/services/auth.service.ts
+
2
−
2
View file @
a5c8e13f
...
@@ -23,7 +23,7 @@ const httpOptions = {
...
@@ -23,7 +23,7 @@ const httpOptions = {
export
class
AuthService
{
export
class
AuthService
{
private
authorizationEndpoint
=
'
/harvester/oauth2/authorization/oidc
'
;
private
authorizationEndpoint
=
'
/harvester/oauth2/authorization/oidc
'
;
private
tokenEndpoint
=
'
/
login/oauth2/code/oidc
'
;
private
tokenEndpoint
=
'
/
harvester/login
'
;
private
baseUrl
=
environment
.
smartharvesterUrl
;
private
baseUrl
=
environment
.
smartharvesterUrl
;
private
FdpBaseUrl
=
environment
.
fdpUrl
;
private
FdpBaseUrl
=
environment
.
fdpUrl
;
private
tokenKey
=
'
auth-token;
'
private
tokenKey
=
'
auth-token;
'
...
@@ -93,6 +93,6 @@ export class AuthService {
...
@@ -93,6 +93,6 @@ export class AuthService {
logout
()
{
logout
()
{
return
this
.
http
.
post
(
this
.
baseUrl
+
'
/logout
'
,
this
.
getToken
(),
this
.
httpOptions
);
return
this
.
http
.
post
(
this
.
baseUrl
+
'
/
harvester/
logout
'
,
this
.
getToken
(),
this
.
httpOptions
);
}
}
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment