Need help getting from custom login page to Reporting Services home page

  • I have created a custom login page so our users can logon to Reporting Services using their username and password that are stored in our internal database. The problem I'm having is when they login from the custom login page it prompts for another username and password for the server that is running Reporting Services. How can I disable this from prompting this second login screen? Is that possible?

  • Anyone with any ideas.

  • Take a look at extending the security model. There is sample code on MSDN.

    http://msdn.microsoft.com/en-us/library/aa237550(v=sql.80).aspx

    In particular:

    IAuthenticationExtension Represents an authentication extension that can be used to authenticate users in Reporting Services.

    and

    IAuthorizationExtension Represents an authorization extension that can be used to provide a way to authorize users in Reporting Services.

    🙂

    We are the pilgrims, master.
    We shall go always, a little further.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply