Categories
- All Categories
- 87 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14.1K Oracle Analytics Forums
- 5.3K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 49 Oracle Analytics Trainings
- 59 Oracle Analytics Data Visualizations Gallery
- 2 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
Users are trying to view the reports but they are getting "Error 401 – Unauthorized”
When a user leave an analytics page idle for about 30mins user gets Error 401 – Unauthorized instead of logging out this issue occurs intermittently when user leave the page idle for say about 30mins SSO used is Kerberos.
Any inputs would be appreciated thank you
Answers
-
The following setting was changed on SAML Configuration settings : from support Document
<ns2:Conditions NotBefore="<time_1>" NotOnOrAfter="<time_2>">
<ns2:AudienceRestriction>
<ns2:Audience>https://<idcs_domain>.identity.oraclecloud.com/fed</ns2:Audience>
</ns2:AudienceRestriction>
</ns2:Conditions>
Modified To
<ns2:AuthnStatement AuthnInstant="<time_3>" SessionIndex="<index>">
<ns2:AuthnContext>
<ns2:AuthnContextClassRef>urn:oasis:names:tc:SAML:2.0:ac:classes:Password</ns2:AuthnContextClassRef>
</ns2:AuthnContext>
</ns2:AuthnStatement>
Notice that NotBefore="<time_1>" NotOnOrAfter="<time_2>" is not present in the modified setting. This SAML AuthenStatement optional parameter was somehow causing the JSESSIONID to keep changing on OAC side when the time out was reached
0 -
@Selvam Muthiah-Oracle Thank you for the response. Will check this.
0 -
@ User_CGBX8 SAML is not used here instead MSAD Kerberos SSO is used.
Can you please check what configurations can be checked
0