Validation of the user side BBM server.

I'm building a service for blackberry app. I want users to register to my application using their ppId (https://developer.blackberry.com/cascades/reference/bb__platform__bbm__userprofile.html), so they can connect using their devices.

But given that the API calls can receive false data, I check the side Server ID they send me is one and that is the username valid.

Is there a service to check that?

I see what you mean now.  I thought you meant false data from the API itself.

It is not enough that it be integrated into suitable ppid.  You will need to implement another type of security measure in your application so that the side server knows that the request comes from your application and any other malicious source.

Tags: BlackBerry Developers

Similar Questions

  • Validation VS server-side. validation on the client side.

    Validation VS server-side. validation on the client side.

    Hello
    in this topic.

    javascript is required for the development of the CF goal?
    CF can do it alone.
    in the two validation VS. server-side. validation on the client side. ?
    Thabnks


    Validation side server is a must, this is your last line of defense. However, validation on the client side is highly recommended!

    Validation on the client side you prevent your server relating to the work useless and you deploy the richest client experience.

  • Validation of the user interface of by-pass when the click on the menu

    Hello

    Scenario:

    Go to any entity change the navigation bar page, having required validations on the fields of the user interface.

    Now, try to browse page by clicking on an item of menu registered in the recent items menu in the Shell of the user interface.

    The required validation is triggered.

    Earlier we faced a similar question of the necessary validation is triggered when the click on the button 'Cancel' in the edit page. At this point, we immediately applied = true to the Cancel button and the problem is solved.

    Is there something on similar lines for the validation of UI bypassing during the click on the recent items?

    Thank you
    Ravi

    Hello

    Earlier we faced a similar question of the necessary validation is triggered when the click on the button 'Cancel' in the edit page. At this point, we immediately applied = true for > Cancel button and the problem is solved.

    It is the same for the af:menuItem IE (immediately apply = "true" to get around the validation of the user interface [client side], its support by almost all components of the adf).

    Kind regards
    Sicard.

  • vRO 6 - input validation in the user presentation

    Hello

    I need to make an input validation in a presentation to the user, who will get imported later in the vRA 6.

    The user must enter information in a form and there are 3 fields. At least one of the fields should be filled with entry, so that the workflow can continue.

    How can I force at least one of the 3 mandatory fields? It can be field also possibly 2 or all. Is this possible without action running in the background?

    Thank you!

    Hello

    A possible way to achieve this is the following:

    Suppose that there are 3 fields of entry of type string, named p1, p2 , and p3. In the presentation Editor, add a property of type 'validation Custom' with the value

     

    (#p1==null && #p2==null && #p3==null) ? "At least one field should have value" : null
    

    each of the parameters p1, p2, and p3.

  • Cannot create the user in SQL Server 2008 physical model

    When I'm on the right, click relationship models-> Relational_1-> physical models-> SQL Server 2008-> database-> users, 'New' (which is the only option) is greyed out and I can not add users.  In versions 4.0 EA, I was able to create users.  This feature has been removed from SQL Server?  I work in a mixed shop and we chose SDDM because it could support Oracle and Microsoft. And I am now ready to migrate everything from Oracle Designer to SDDM and it seems that some of the featrures of SQL Server have been removed.

    Hi Marcus,

    any object login - tree of the physical model of SQL Server consists of:

    -Databases

    - Connections

    -Tables

    -Views

    - ...

    If you need to create a connection in the connections series and in its dialog box you will find related tab.

    Philippe

  • ADF validator or JavaScript for validation on the client side?

    using JDev and ADF 11 g

    Description of the problem: to apply postings as the range test date, pattern matching, maxlength, etc... on ADF Faces components.
    Solution 1: Use ADF as Reg Expr validator validator, validator of Max Length
    Souliton 2: write Javascript code to validate the value of the component next to cleint.

    When you use the ADF validator for this type of the validation check, a request is sent to the server for processing (additional charge). However, we can make these validations with javaScript functions without the need to interact with the server. So what does benefit validator ADF is used when we need to implement these validations?

    Please let know us your opinion...

    Some of the validator using the ADF Faces are actually using Javascript on the client - the date format and the regular expression for example.
    One thing to remember by the way relying on Javascript only validation - this is a security risk - since a hacker can create a version of the page which eliminates these controls.

  • Looking for backup files from the PC to the users to a server share

    We are moving PC to Windows 7 Enterprise for reasons of bit locker but my manager also wants to start the backup upward their my Docs or a folder designated on their root to the backup on a server.  Can anyone recommend a feature that Microsoft has, or a 3rd party app.  Perhaps where it synchronizes on the server when a file is modded throughout the day and it replicates offshore to a server share?

    Thank you

    Hi Jerry,

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the link below.

    http://social.technet.Microsoft.com/forums/en-us/w7itpronetworking/threads

    Good day!

  • Validation of the user cancelled supply

    Gurus,
    I supply cancelled a user to the SSP, and I also released him from all groups in HSS. Elsewhere, where it owns the dimension level security, I took him out of it also. What is the process to validate that the user is not there and more. Is there any script that we can run or any other process to check that the user is not there and more.

    You could just search for the user in Shared Services, if you want to see if there's any supply directly against the provision simply select the user, if you want to see if see the user belongs to any group, select Properties, and then on 'Member '.
    If there is no supply directly against the user and it belongs to no group, then it must have been entirely cancelled supply.
    You could see if the generation of a commissioning report in Shared Services against the user, right click on the user assistance > commissioning report.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Pass valid for the user to another application.

    Hello

    I have two applications 224 and 225. Now, I want the user to log on to 224 and if properly they can click on a link that redirects to the first 225 page without asking their identifiers.

    I placed in my link target as url type and have the next f target URL? p = 225:1: & SESSION. :

    But when I click on it it takes me to 225 but this isn't the same session id and it asks me to connect.

    I made sure that both applications use the same authentication type.

    Hi Alistair,.

    Please change your application: the components shared > authentication schemes > > change the authentication scheme

    Near the bottom is "attributes of the Cookie. Put the same cookie name in each application that you want to share information across. You can make any name you want, just make sure that all applications use the same name.

    Also: All applications must reside in the same workspace APEX. There may be a way to access information about the application across different areas of work, but I haven't looked into that.

    Then, when you call the second application of the first, the url would be something like this: f? p =:: & APP_SESSION.

    That is to say: f? p = 105:1: & APP_SESSION.

    Do not forget to put the & before APP_SESSION and the period after. This will call request number 105, go to page 1 and transmit the session for the current user information.

    Good luck
    Don

    You can reward this answer by marking as being useful or correct :)

  • Validation on the client side

    Hi, I am using jdev 11g 1.4. In my page, I put selectBooleanCheckbox and a commandButton control. If the selectBooleanCheckbox not controlled and clicking the commandButton, and then I should gv error msg. If he checked id, action should work. What I want to do with JavaScript.

    Thanks in advance.
    Ravi

    Hello

    There are two problems with the code:

    -script checkVal method does not take the events as an argument
    -commandButton control has no property set (to true) partialSubmit else received any of the refreshed page and message gets disappeared

    Here's the corrected code:

    
    
      
      
        
          
            function checkval(event) {
                var comp = AdfPage.PAGE.findComponentByAbsoluteId('sbc1');
                if (comp.getValue()) {
                    AdfPage.PAGE.addMessage('sbc1', new AdfFacesMessage(AdfFacesMessage.TYPE_ERROR, "valid", "Unique ID"));
                    AdfPage.PAGE.showMessages('sbc1');
                    event.cancel();
                }
                else {
                    AdfPage.PAGE.addMessage('sbc1', new AdfFacesMessage(AdfFacesMessage.TYPE_ERROR, "Invalid", "Enter a Unique ID"));
                    AdfPage.PAGE.showMessages('sbc1');
                    event.cancel();
                }
            }
          
          
            
            
              
            
          
        
      
    
    

    Jean Lou

  • get the OS version of the client side database server

    I have Oracle 10 g on a server computer, but now I want to run the query on my windows client computer to get information what operating system OS is located on database software.
    Note that view ' v$ version "is not display the OS information and note that I can't connect with SSH or any other console-wat to the server computer, I can connect only with PlSql to the database server.
    
    select platform_id,platform_name from v$database;
    

    (on 11G)

  • difference between client-side validation and validation on the server side

    Hello

    could someone make me pls know the differences between side validations server and client-side. will give only a few examples if you can

    Hello

    Validation server-side

    When the user performs an action that makes the form must be completed, OA
    Framework proceeds by all HTTP POST treatments - including the execution of all your
    level of attribute validation logic.

    Validation on the client side

    Whenever a form with the data entered by the user sends, UIX performs some basic validation Javascript onSubmit (he
    check required fields, formats, and data types) and sends the form only if the validation is successful.

    read Devguide for more details...

    Thank you
    Gerard

  • Verification of the users belonging to the Group spasfic weblogic server

    I built a simple service application web with jdeveloper 11.1.1.7 strategy (Wssp1.2 - 2007-Https-UsernameToken - Plain.xml) and deploy the weblogic 10.3. Everything works very well in both the client side and server.

    The client side is unable to call any method without specifying the username and password properties. The server automatically checks the user in users values define in weblogic server in the following path (summary of the areas of security > myrealm > users and groups). Hereby, the customer can access the system if he takes one of the users in this group even with the default user weblogic/weblogic.

    Question: How to limit the name to username/password check with specific usergroup?. That is, if the client mentions the name of user and password outside of the Group (even if the values are correct) the server rejects the request

    Problem, solved by (user name: Roque)

    in this link: java - verification of users within the spasfic group of weblogic server for the web service application - Stack Overflow

    Here is his answer for your reference:

    If you use the 'default' weblogic for users authentication method, you can follow these steps to set up an access group policy:

    • Connect to the weblogic administration console
    • Click on the links of deployments
    • Select your webservice
    • Click the Security tab
    • Click the sub-tab political
    • Choose your authorization provider in the menu drop-down (looks like by default)
    • Choose Add Conditions-> Group-> Type in the name of the Group
    • Finishing

    Now that the group you added should be able to invoke the web service. All other users should see something like:

    javax.xml.ws.soap.SOAPFaultException: Access denied to operation myWebService

  • SID and the name of the Service on Weblogic Server

    Dear,
    My question is related to the Data Source, when I create a new source of data weblogic server version 10.3.6.0, I have the name of the database as SID not Service name.
    When I put the name of the database in the SID of the error below will appear:

    Test failed: listener refused the connection with the following error:
    ORA-12505, TNS:listener is not currently of SID given in connect descriptor

    My question is weblogic server version 10.3.6.0 take the name of the database as SID? or there is a way to use the database SID weblogic server version 10.3.6.0 user?

    Now I test the name of database on Jdeveloper Version 11.1.1.4.0 and create the new connection to database as below:
    1 - when I choose the SID, the error above is
    2. when I choose the name of Service everything works correctly.

    Now I need put the user weblogic server version 10.3.6.0 as SID to be pass and continue working on my project.

    Thank you
    $ oerr ora 12505
    12505, 00000, "TNS:listener does not currently know of SID given in connect descriptor"
    // *Cause:  The listener received a request to establish a connection to a
    // database or other service. The connect descriptor received by the listener
    // specified a SID for an instance (usually a database instance) that either
    // has not yet dynamically registered with the listener or has not been
    // statically configured for the listener. This may be a temporary condition
    // such as after the listener has started, but before the database instance
    // has registered with the listener.
    // *Action:
    //  - Wait a moment and try to connect a second time.
    //  - Check which instances are currently known by the listener by executing:
    //    lsnrctl services 
    //  - Check that the SID parameter in the connect descriptor specifies
    //    an instance known by the listener.
    //  - Check for an event in the listener.log file.
    $
    

    Thank you for posting the connection string you use and, since the database server, the result of "lsnrctl services."

  • IMAP proxy auth - logs as long as administrator if the user is absent

    While the synchronization of the accounts from the old server to OCUCS with imapsync script, I found today that when using IMAP proxy auth (with installation of OUCS 7u2 "vanilla") and specifying a wrong user name (unknown to OCUCS), the absence of the user set IMAP server, but imapsync continues to account for the proxy-admin user Sync messages.

    In my view, this means that the default of the proxy connection as user not valid succeeds always a proxy-user connection. (Or imapsync again this connection and that's the problem - I'll try this possibility of research too).

    If the problem is known to be one of e-mail server, all toggle to disable these connections as the proxy user and return a failure (absence of user account, incompatibility of word password, whatever)?

    When you say "proxy auth", you mean identifying you as the user admin and then using the "proxyauth' mail server owner command to switch to the other user?
    Or are you talking about using the plain SASL authentication and sending the

    For an example of the former, see MOS knowledge article Doc ID 1387203.1.
    For an example of the latter, see MOS Doc ID 1012047.1.

    If you do the first, it makes sense. You are logged on as an administrator and then tried proxyauth to another user, but it failed, so you're always connected as administrator.

    If you do the latter, I expect this connection failure. So if this is the case, please open a case of pension so we can report a bug.

Maybe you are looking for

  • Analog DAQmx read with offest

    In the test, I'm trying to Setup, I need to record readings of load with the subscribed initial charge.  I take the initial read and who then subtract all of the following readings. I have a pre-load of 50 lbs, I want all surveys carried out during t

  • average value

    Hello everyone! I have a little problem. I need the average value of a signal. For example, the average value of a signal in 10 seconds or 5 seconds. So I put Te length sample 10 put my stuff in an if loop, set a timeout of 1000 ms. But in the end, I

  • If I delete the internet Explorer on my user account will be he deleted on other user accounts

    Remember - this is a public forum so never post private information such as numbers of mail or telephone! Ideas: if I remove the internet Explorer on my user account will be he deleted on other user accounts You have problems with programs Error mess

  • Registration of a client device in a java application with BES/MDS

    Hi all I put this thread here that my application is a java application, but it could have also listed under the section development push as well. I have a part of my application that needs to connect to the BES to a certain company to receive push m

  • I need to connect to telnet administrator

    When I connect to my computer via telnet to run a command, it gives me an error 5 system, which means that I have no privileges. How can I fix? Already, I log into an account that has administrative privileges on the computer. I want to be able to us