- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2016 08:52 AM
I have the right permissions to the KnowledgeBase. The issue is that when I click on the URL to go straight to the PERMALINK for the Knowledge Article, this is the screen that I see:
It appears that this only occurs because Single Sign-On (SSO) authentication has not occurred yet. I say this, because once I login, then the link takes me directly to the article. How can I overcome this?
Here is the example link I am using:
https://madeupnameofco.service-now.com/kb_view.do?sysparm_article=KB0014675
I also tried without the s in http, but still a NO-GO.
Solved! Go to Solution.
- Labels:
-
Instance Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2016 10:30 AM
Hi Rhett,
Is there any role on the article itself or an ACL? You might want to check the ACL's on the article. Generally there is a system property glide.sm.default_mode and if it is deny then the user wont be authorized to see. It should be allow or else we can remove the ACL on the articles or make it available for public role as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2016 10:03 AM
Hi Rhett,
Generally the Kb_view is a public page so you shouldn't be facing the problem but please check whether it is public by typing sys_public.list in filter navigator and going to the list. It should be true and listed in that public page list. If yes, you would be able to access it irrespective of not logging into SSO.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2016 10:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2016 10:30 AM
Hi Rhett,
Is there any role on the article itself or an ACL? You might want to check the ACL's on the article. Generally there is a system property glide.sm.default_mode and if it is deny then the user wont be authorized to see. It should be allow or else we can remove the ACL on the articles or make it available for public role as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2016 01:45 PM
Ok this worked for an article! What happened, based on your feedback, is that I had a role listed in the Readers role. Once I removed this (thus leaving the Readers role with no role assigned), it worked.
One more question: I added $knowledge to the sys_public.list to see if I could also go straight to the KnowledgeBase listing, but this is the screen that I see:
Can I overcome this?