Skip to content

Commit 4a92ef1

Browse files
committed
remove test error
1 parent a4caf1d commit 4a92ef1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ms_identity_web/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ def process_auth_redirect(self, redirect_uri: str = None, response_type: str = N
142142
self._logger.info("process_auth_redirect: exiting auth code method. redirecting... ")
143143

144144
#TODO: GET /auth/redirect?error=interaction_required&error_description=AADB2C90077%3a+User+does+not+have+an+existing+session+and+request+prompt+parameter+has+a+value+of+%27None%27.
145-
raise NotAuthenticatedError
146145
return self._adapter.redirect_to_absolute_url(afterwards_go_to_url)
147146

148147
@require_context_adapter

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(name='ms_identity_web',
4-
version='0.16.4',
4+
version='0.16.5',
55
description='MSAL Identity Utilities',
66
author='Azure Samples',
77
url='https://github.com/azure-samples/ms-identity-python-utilities',

0 commit comments

Comments
 (0)