简体   繁体   English

立即服务 Url 认证

[英]Service now Url authentication

I want to access the following service now url without it having to redirect me to the login page.我现在想访问以下服务 url 而不必将我重定向到登录页面。 How do I autheticate and follow this url directly?如何直接验证并遵循此 url? Assume I have the login credentials with me.假设我有登录凭据。

https://dev73227.service-now.com/com.glideapp.servicecatalog_cat_item_view.do?v=1&sysparm_id=2ae5d7792fa4401057682ea62799b656&sysparm_preview=true&sysparm_domain_restore=false&sysparm_stack=no https://dev73227.service-now.com/com.glideapp.servicecatalog_cat_item_view.do?v=1&sysparm_id=2ae5d7792fa4401057682ea62799b656&sysparm_preview=true&sysparm_domain_restore==false

I have tried using web scraping in python but I want achieve this without using scraping.我曾尝试在 python 中使用 web 抓取,但我想在不使用抓取的情况下实现这一目标。 Thanks in advance.提前致谢。

Afaik this would be possible with https://user:password@servicenow.com but that's not supported by servicenow. Afaik 这可以通过https://user:password@servicenow.com实现,但 servicenow 不支持。 There are reasons to not use plain passwords in URLS or Requests before https handshakes.在 https 握手之前,有理由不在 URLS 或请求中使用纯密码。 What do you want to achieve?你想达到什么目标?

Edit: For logging people in via email or link, you can generate a digest token and add this to the URL: https://docs.servicenow.com/bundle/jakarta-platform-administration/page/integrate/single-sign-on/concept/c_DigestTokenAuthentication.html Edit: For logging people in via email or link, you can generate a digest token and add this to the URL: https://docs.servicenow.com/bundle/jakarta-platform-administration/page/integrate/single-sign- on/concept/c_DigestTokenAuthentication.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM