Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MicrosoftOnline Authentification #73

Closed
jbeaujour opened this issue Oct 5, 2021 · 1 comment
Closed

MicrosoftOnline Authentification #73

jbeaujour opened this issue Oct 5, 2021 · 1 comment

Comments

@jbeaujour
Copy link

Hello
There are now a lot of URLs that are deployed on the Microsoft Cloud
Sometimes it is necessary as on other sites with SSO to connect to "https://login.microsoftonline.com" with a form:
Username (email)
submit
password
submit
Is it possible to add this authentication method?

@martialblog
Copy link
Collaborator

I think this might actually be already possible by using an HTTP Header, e.g. "Authorization: Bearer inserttokenhere"

We already have a Flag that can be used to add additional headers.

-A '{"Authorization": "Bearer inserttokenhere"}'

Refer to the Azure docs on how to get a token.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants