Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Is it possible to restrict the authenticated-role from being assigned to users that don't belong to

Received Response
1
Views
4
Comments
3240307
3240307 Rank 4 - Community Specialist

I would like to map all users that can log in but don't have the OBIEE specific roles to be mapped to a role in EM that doesn't have any access. So I tried mapping the authenticated-role to that role but that basically doesn't let any users in because it seems EVERY user gets the authenticated-role, no matter what. Is there a workaround?

Answers

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner
    3240307 wrote:
    
    I would like to map all users that can log in but don't have the OBIEE specific roles to be mapped to a role in EM that doesn't have any access.
    

    Why would you want that?

    That's basically a reverse logic which would have to parse all users and their application roles after authorization and then re-assign them if no app role is found etc etc. Also you can't really mix GRANT and DENY principles just like that. One of them will win and if you deny authenticated-user then obviously that deny will prevent anyone from logging on.

    You can read up a bit on the security concepts (and what wins when) here: OBIEE Security: It’s a Jungle Out There

  • Andrew Fomin.
    Andrew Fomin. Rank 6 - Analytics Lead

    I think you are trying to solve a non-existent problem.


    Instead of trying to build a strange system with explicit restriction of everything, you simply need to remove all privileges from authenticated-role.


    PS. @Christian Berg is faster.

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    By 6min according to the forum posts ;-)

  • 3240307
    3240307 Rank 4 - Community Specialist

    Thank you, that clears things up a bit.