File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed
openid-connect-server-webapp/src/main/webapp
openid-connect-server/src/main/java/org/mitre/openid/connect/web Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 13
13
<div class =" container main" >
14
14
15
15
<div class =" well" style =" text-align : center " >
16
- <h1 ><spring:message code =" logout.post.title " /></h1 >
16
+ <h1 ><spring:message code =" logout.post.header " /></h1 >
17
17
18
18
<security:authorize access =" hasRole('ROLE_USER')" >
19
19
<div class =" " ><spring:message code =" logout.post.notLoggedOut" /></div >
Original file line number Diff line number Diff line change 516
516
"approved" : " The device has been approved." ,
517
517
"notApproved" : " The device has not been approved."
518
518
}
519
+ },
520
+ "logout" : {
521
+ "confirmation" : {
522
+ "title" : " Logout requested" ,
523
+ "header" : " Logout Requested" ,
524
+ "requested" : " Logout has been requested by " ,
525
+ "explanation" : " Do you wan to log out of the identity provider? This will not affect your session at any other systems." ,
526
+ "submit" : " Log Out" ,
527
+ "deny" : " Stay Logged In"
528
+ },
529
+ "post" : {
530
+ "title" : " Log out" ,
531
+ "header" : " Log Out" ,
532
+ "notLoggedOut" : " You have not been logged out of the identity server. You may close this browser or log in again." ,
533
+ "loggedOut" : " You have been logged out of the identity server."
534
+ }
519
535
}
520
536
}
Original file line number Diff line number Diff line change 52
52
import com .nimbusds .jwt .JWTParser ;
53
53
54
54
/**
55
+ * Implementation of the End Session Endpoint from OIDC session management
56
+ *
55
57
* @author jricher
56
58
*
57
59
*/
You can’t perform that action at this time.
0 commit comments