Skip to content
Snippets Groups Projects
Commit de0c4edd authored by Baptiste Toulemonde's avatar Baptiste Toulemonde
Browse files

Merge branch 'feature/indigo_auth' into 'master'

remove conf staging

See merge request !36
parents 2a8e3016 f42525e6
No related branches found
No related tags found
1 merge request!36remove conf staging
......@@ -22,7 +22,7 @@ const httpOptions = {
})
export class AuthService {
private authorizationEndpoint = '/oauth2/authorization/oidc';
private authorizationEndpoint = '/harvester/oauth2/authorization/oidc';
private tokenEndpoint = '/login/oauth2/code/oidc';
private baseUrl = environment.smartharvesterUrl;
private FdpBaseUrl = environment.fdpUrl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment