auth: unauthorized: call login()
This commit is contained in:
		
							parent
							
								
									8d3ff5b667
								
							
						
					
					
						commit
						35cf8884bf
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -41,6 +41,7 @@ class OidcAuthentication:
 | 
				
			||||||
    def unauthorized(self, id, request):
 | 
					    def unauthorized(self, id, request):
 | 
				
			||||||
        if self.baseAuth is not None:
 | 
					        if self.baseAuth is not None:
 | 
				
			||||||
            return self.baseAuth.unauthorized(id, request)
 | 
					            return self.baseAuth.unauthorized(id, request)
 | 
				
			||||||
 | 
					        Authenticator(request).login()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def logout(self, request):
 | 
					    def logout(self, request):
 | 
				
			||||||
        print('*** OidcAuthentication: logout')
 | 
					        print('*** OidcAuthentication: logout')
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue