File tree Expand file tree Collapse file tree
openid-connect-server-webapp/src/main/webapp
openid-connect-server/src/main/java/org/mitre/openid/connect/web Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313<div class =" container main" >
1414
1515 <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 >
1717
1818 <security:authorize access =" hasRole('ROLE_USER')" >
1919 <div class =" " ><spring:message code =" logout.post.notLoggedOut" /></div >
Original file line number Diff line number Diff line change 516516 "approved" : " The device has been approved." ,
517517 "notApproved" : " The device has not been approved."
518518 }
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+ }
519535 }
520536}
Original file line number Diff line number Diff line change 5252import com .nimbusds .jwt .JWTParser ;
5353
5454/**
55+ * Implementation of the End Session Endpoint from OIDC session management
56+ *
5557 * @author jricher
5658 *
5759 */
You can’t perform that action at this time.
0 commit comments