Link to home
Start Free TrialLog in
Avatar of AlHal2
AlHal2Flag for United Kingdom of Great Britain and Northern Ireland

asked on

User authentication from Excel macro

Where I work we have an authentication system where the use types their ID and password before logging into a site.  It's based on the OAuth 2.0 protocol.
I have an Excel macro which needs to use this authentication.  When the user starts the macro it needs to go to this system where they type their ID and password.  If both are correct the macro continues running.
To do this I need to supply an application name.  Once I do this the administrators will give me a unique token.  "Microsoft Excel" won't be acceptable application name as it won't uniquely indentify the macro.
ASKER CERTIFIED SOLUTION
Avatar of telyni19
telyni19
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of AlHal2

ASKER

I don't think the system administrators would accept such an application name.  What they have in mind is a website.
Avatar of AlHal2

ASKER

I should have clarified my question.  How do I get a vba macro to go to a website where the user can enter their ID and password.
Once the system has confirmed the ID and password are correct the macro should carry on running.
This question has been classified as abandoned and is closed as part of the Cleanup Program. See the recommendation for more details.