saml2aws icon indicating copy to clipboard operation
saml2aws copied to clipboard

Add Entropy support in PhoneAppNotification for Azure Active Directory

Open marcottedan opened this issue 2 years ago • 2 comments

If the entropy field is not activated on Active Directory, the code will behave as it was. If entropy is activated, the log line will display the entropy for you to input it in the Microsoft Authenticator.

Note: Please disregard go.mod changes.

marcottedan avatar May 20 '22 16:05 marcottedan

Have tested this and working on windows How can we get this to master branch ?

dannykitchen avatar Jul 06 '22 10:07 dannykitchen

Works on OSX. Thanks!

tehmaspc avatar Aug 24 '22 18:08 tehmaspc

@wolfeidau The MR had my fork in the go.mod. Now it's on master, I'm not sure this is desired at all.

image

marcottedan avatar Feb 16 '23 21:02 marcottedan

@wolfeidau I see you changed it. I think there's still 2 library that have been downgraded though:

github.com/stretchr/testify v1.7.1 github.com/tidwall/gjson v1.13.0

marcottedan avatar Feb 16 '23 22:02 marcottedan