Philip Vissenaekens
d35f2a419e
70504: removed unused import and variables
2020-07-01 10:15:49 +02:00
Yana De Pauw
2863837bf8
Merge remote-tracking branch 'upstream/master' into w2p-70504_New-user-registration
2020-06-29 10:42:16 +02:00
Giuseppe Digilio
6bd04c94ec
store token on AUTHENTICATED_SUCCESS action
2020-06-11 14:15:19 +02:00
Yana De Pauw
ca7a76b80f
Implement community feedback
...
Remove other registration references
Enabled enter submit in registration form
Fixed create-profile password validation to be on debounce
Fixed register page title
2020-06-10 10:15:06 +02:00
Giuseppe Digilio
4a65051641
Fixed issue with authentication when SSR is disabled
2020-05-22 16:48:51 +02:00
Kristof De Langhe
c48bb2cbb0
70373: Stop impersonating button in navbar + clear cookie on logout
2020-04-15 13:08:04 +02:00
Kristof De Langhe
e43aa15a70
70373: Store authenticated EPerson ID in store instead of object
2020-04-15 11:14:41 +02:00
Giuseppe Digilio
a6b2ed607a
Merge remote-tracking branch 'remotes/origin/master' into shibboleth
...
# Conflicts:
# src/app/core/auth/auth.actions.ts
# src/app/core/auth/auth.effects.spec.ts
# src/app/core/auth/auth.effects.ts
# src/app/core/auth/auth.reducer.spec.ts
# src/app/core/auth/auth.reducer.ts
# src/app/core/auth/auth.service.spec.ts
# src/app/core/auth/auth.service.ts
# src/app/core/auth/server-auth.service.ts
# src/app/shared/testing/auth-request-service-stub.ts
2020-03-03 20:04:02 +01:00
Giuseppe Digilio
18e17f0dad
Added action to retrieve authenticated eperson object
2020-03-02 13:09:17 +01:00
Giuseppe Digilio
1e99071907
Added auth action that allows to retrieve token once check on authentication cooke is successful
2020-01-17 11:51:55 +01:00
Giuseppe Digilio
afe70bc546
added refresh token when check on authorization cookie is successful
2020-01-17 11:09:41 +01:00
Giuseppe Digilio
6f8f4b31bf
Renamed retrieveAuthMethods to retrieveAuthMethodsFromAuthStatus
2020-01-10 15:30:26 +01:00
Giuseppe Digilio
6801194cbb
if check of Authentication Cookie succeed store token
2020-01-08 18:25:15 +01:00
Giuseppe Digilio
fdd05d2fec
Refactored components' name and added missing tests
2020-01-02 18:21:47 +01:00
Giuseppe Digilio
1896b14520
Added CHECK_AUTHENTICATION_TOKEN_COOKIE action
2019-10-24 22:46:01 +02:00
Julius Gruber
5088ec0628
Code clean up
2019-10-18 12:55:34 +02:00
Julius Gruber
792f7bf74d
Removed isStandAlone from store
2019-10-18 08:58:36 +02:00
Julius Gruber
593018021d
Code clean up
2019-10-08 16:39:19 +02:00
Julius Gruber
52ef2acb08
Requested changes implemented - basic functionality working
2019-09-19 13:43:36 +02:00
Julius Gruber
917783e34b
Branch change commit
2019-09-05 08:00:54 +02:00
Julius Gruber
6167012e32
Basic implmentation of the dynamic rendering of Authentication Methods
2019-09-04 16:19:59 +02:00
Julius Gruber
c428b1deef
Test if reopening PR works
2019-09-04 14:14:12 +02:00
Julius Gruber
71f281516a
Added logs for server debug
2019-08-02 10:40:46 +02:00
Julius Gruber
26f01d6f8f
Added backend lookup if shibboleth is enabled
2019-08-02 10:40:46 +02:00
Julius Gruber
4504fa1818
Test CORS policy'
2019-08-02 10:39:58 +02:00
Julius Gruber
086579b7f7
Added effect: checkTokenError
2019-08-02 10:39:57 +02:00
Julius Gruber
70d95b4764
Changed auth-interceptor: location used to makeAuthStatusObject()
2019-08-02 10:39:57 +02:00
Art Lowel
e387f9446f
remove unused 'first' imports
2019-01-17 13:53:34 +01:00
Art Lowel
9911578bcc
remove all instances of first as it can cause an error if it's never triggered
2018-12-19 14:53:11 +01:00
lotte
dc5747982b
Merge remote-tracking branch 'atmire-internal/w2p-55565_authorization-issue' into patch-support
...
Conflicts:
package.json
src/app/+search-page/search-filters/search-filters.component.ts
src/app/core/auth/auth.effects.ts
src/app/core/auth/auth.service.ts
src/app/core/auth/server-auth.service.ts
src/app/core/data/data.service.ts
src/app/header/header.component.spec.ts
src/app/shared/auth-nav-menu/auth-nav-menu.component.ts
src/app/shared/testing/auth-service-stub.ts
yarn.lock
2018-09-27 16:54:59 +02:00
lotte
1f336f29fd
small fixes for authentication
2018-09-12 16:11:04 +02:00
lotte
777facf5cd
intermediate commit
2018-08-29 15:12:01 +02:00
lotte
2cbe6a6d91
upgrade to angular6
2018-08-24 13:26:43 +02:00
Giuseppe Digilio
099ebd487f
fixes
2018-06-07 12:30:24 +02:00
Giuseppe Digilio
f34490db71
Added tests
2018-05-16 16:00:43 +02:00
Giuseppe Digilio
c8a1fe0860
Removed use of platform service and created different service for SSR and CSR
2018-05-03 19:08:07 +02:00
Giuseppe Digilio
04be7170c3
Added auth token to auth state
2018-04-10 15:20:28 +02:00
Giuseppe Digilio
034ca02f38
Fixes
2018-04-04 17:42:44 +02:00
Giuseppe Digilio
b2e46f7bd3
Splitted redirect to login page method
2018-04-04 17:35:45 +02:00
Giuseppe Digilio
f841612e1c
Added redirect to login whether token is expired
2018-04-04 13:32:02 +02:00
Giuseppe Digilio
5fc6d4ead8
Added redirect after logout
2018-04-04 10:59:08 +02:00
Giuseppe Digilio
696b8b73f5
Added refresh token functionality
2018-02-26 15:41:07 +01:00
Giuseppe Digilio
4488a450c0
Fixed authentication module
2018-02-13 12:56:07 +01:00
Giuseppe Digilio
8df514f39c
Auth module improvement
2018-02-12 19:13:42 +01:00
Giuseppe Digilio
b7cff01dab
fixed auth module
2018-02-10 13:01:58 +01:00
Giuseppe Digilio
2f19f32d91
Improvement for authentication module
2018-02-09 09:55:55 +01:00
Giuseppe Digilio
19c9482009
Added first release of the authentication module
2018-02-06 15:48:05 +01:00