How to authenticate with MSISDN using REST style in openSSO

I need authenticate with MSISDN using the REST style in openSSO.
So, can anybody tells how to implement it? I am aware of implementing with username password by calling the URL as /opensso/identity/authenticate. If i want to authenticate using MSISDN how we have do it using REST in openSSO 8.0.

Hi Vijay,
I hope there is something related to MSISDN in the administrator Guide and Administrator Reference. Administrator reference contains the MSDN attribute lists. I found that in the Developer's guide, there is a documentation related to customising authentication modules where we can specify MSISDN authentication module. I guess there is a msisdn.xml file which can be can be configured.
I am a new bee on this front. But I guess, we will find it out together. To what extent you have done to configure. Could you give me little detail about it. ;)
Your message too short for the forum.
Manila

Similar Messages

  • How to authenticate with Sharepoint using rest service and jquery

    Hi ,
    I have a requirement where i need to authenticate with  sharepoint from ios and android app using rest services and jquery.
    Can anyone help me in this .
    Thanks in Advance.
    Regards,
    Srinath 

    Hi,
    According to your post, my understanding is that you want to access SharePoint data from IOS and Android app.
    The following materials for your reference:
    How can I authenticate SharePoint REST calls from Android App?
    http://stackoverflow.com/questions/24673373/how-can-i-authenticate-sharepoint-rest-calls-from-android-app
    Calling RESTful services from your Android app
    http://www.techrepublic.com/blog/software-engineer/calling-restful-services-from-your-android-app/
    SharePoint 2013 REST API in iOS
    http://omicron-llama.co.uk/2012/12/13/sharepoint-2013-rest-api-in-ios/
    Best Regards
    Dennis Guo
    TechNet Community Support

  • How to Authenticate with sharepoint using rest services

    I have a requirement where i need to authenticate with  sharepoint from ios and android app using rest services and jquery.
    Can anyone help me in this .

    You can use OAuth for authentication.
    http://msdn.microsoft.com/en-us/library/office/fp142382%28v=office.15%29.aspx

  • Multiple File Upload With Metadata Using REST

    hi all
    I want to upload multiple files with metadata to document library using REST API. I am using this msdn article
    http://msdn.microsoft.com/en-us/library/office/dn769086(v=office.15).aspx for uploading file. I am able to upload single file to document library but it is not working for multiple file. when I select multiple file it is uploading last selected file. can
    anyone help with this. I am using office 365 environment.
    Thanks in advance

    Hi,
    According to your post, my understanding is that you wanted to use the REST to upload multiple files.
    Per my knowledge, the REST API is not supported for uploading multiple files via a single call.
    You can write your own loop to upload multiple files via an individual call.
    http://sharepoint.stackexchange.com/questions/108525/multiple-file-upload-with-metadata-using-rest/108532#108532
    More reference:
    http://sharepointfieldnotes.blogspot.com/2014/04/uploading-documents-and-setting.html
    http://www.shillier.com/archive/2013/03/26/uploading-files-in-sharepoint-2013-using-csom-and-rest.aspx
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • How to authenticate with CUPS ?

    Hello.
    At my university there is a print service and it's theoretically possible to send print jobs from home. In order to do this I have to set up a new printer as a 'windows printer via samba'. The problem is, that I have to authenticate, but I simply don't know how to send authentication information using CUPS.
    There is a manual from the central computer service of my university. It uses Ubuntu to set up the printer connection and they can authenticate, but I don't know how I can accomplish this with Arch.
    Manual (written in german):
    http://www.univie.ac.at/ZID/uprint-linux/
    Moreover the connection should be secure. Does cups support a secure authentication?
    Greetings,
    hauntergeist

    Ok, I figured out how to send a username and a password via CUPS to authenticate to the printer. It works like this
    smb://username:password@workgroup/server/printersharename
    smb://username:password@server/printersharename
    and can be found here, at the Samba docs.
    I went to my university, logged into the wireless network and tested it. I was able to print my first page via u:pring! Hooray! \o/
    The problem, that I still can't access http://localhost:631/ remains. Damnit, why does it always redirect me to www.localhost.com, which doesn't exist, when I am in the university's network?!?
    The next thing I want to try is to print a test page from my dormitory to prove that I can print via CUPS and VPN.
    Security issue: I think that the username and password are sent as clear text to the printer, so sending a print job via the a normal, non-vpn Internet connection to the printer is unsecure.
    VPN should be secure, isn't it?
    Greetz,
    haunted

  • How to find paragraphs by using paragraph style name?

        How to get the Paragraph style UIDRef from paragraph style name.
    To find the paragraphs using Paragraph style i want UIDRef of paragraph style.Can some one help me..,

    IDocument *doc = GetExecutionContextSession()->GetActiveContext()->GetContextDocument();
    UIDRef ws = doc->GetDocWorkSpace();
    InterfacePtr<IStyleGroupManager> paraStyleNameTable(ws, IID_IPARASTYLEGROUPMANAGER);
    PMString styleName("someStyle");
    UID paraStyleUID = paraStyleNameTable->FindByName(styleName);
    if(paraStyleUID != kInvalidUID)
         //We found the style
         UIDRef styleRef(doc->GetDataBase(), paraStyleUID);

  • How to authenticate to webserver using URLScraper.

    I want to use the URLScraper channel within the portal to display the content of a HTML file that is located on a webserver. This webserver requires authentication of the user. When I display the content as a link in a bookmark channel, the portal uses Basic authentication to login to webserver. When I use the URLScraper, the message "No access" is displayed in the channel. Does anyone know how to authenticate within an URLScraper channel?
    Regards,
    Twan Janssen

    You can use a Java "Authenticator"-class and register it as the "default Authenticator" in the channel. The Authenticator gets its user depending on the Logon Information from the Profile Server using Profile API.
    Thanks,
    Raj_indts
    Developer Technical Support
    Sun Microsystems
    http://www.sun.com/developers/support

  • How to chat with people use AIM?

    i am use I-chat 4.0 ,mac OSx10.5.1
    how can u chat with people use AIM?
    he use can chat with people who is .mac or .aim.

    Hi
    For a Mac person just starting out on iChat, a good place to start is here:
    http://www.ralphjohnsuk.dsl.pipex.com/page2.html
    If AIM is being used by a Windows PC user then setting up as per http://www.ralphjohnsuk.dsl.pipex.com/page12.html#_Service is required.
    Steve

  • How to update and delete using rest services in SharePoint 2013..

    I am looking to create,update and delete data in SharePoint list where i am using below code for creating data..I should be performing three operations on single button click how can i achieve this.Below is the code i am using for creating data to list and
    displaying in CEWP.
    <html>
    <head>
    <style type="text/css">
    #mytable{
    border : 1px solid;
    </style>
    <script type="text/javascript" src="https://sharepointapp28.sharepoint.com/sites/Dev2013/SiteAssets/Scripts/jquery-1.11.1.min.js" ></script>
    <script type="text/javascript">
    var ListName;
    var webUrl;
    $(document).ready(function(){
     SP.SOD.executeFunc('sp.js', 'SP.ClientContext', sharePointReady);//Doubt
    function sharePointReady() {
    webUrl = _spPageContextInfo.siteAbsoluteUrl;
    ListName = "test"; 
    $('#btnSub').click(function () {
    updateItem();
    function updateItem() {
    var name = $('#txtName').val();
    var Desc = $('#txtDesc').val();
    var city = $('#txtCity').val();
        var itemType = GetItemTypeForListName(ListName);
        var item;
            item = {
                '__metadata': { "type": itemType },
                'Name': name,
                'Description': Desc,
                'City': city
        var xmethod = 'POST';
        jQuery.ajax({
            url: webUrl + "/_api/web/lists/getbytitle('" + ListName + "')/items",
            type: "POST",
            data: JSON.stringify(item),
            contentType: "application/json;odata=verbose",
            headers: {
                "Accept": "application/json;odata=verbose",
                "X-RequestDigest": $("#__REQUESTDIGEST").val()
            success: onUpdateMSOPProcessSuccess,
            error: onUpdateMSOPProcesFail
        function onUpdateMSOPProcessSuccess(data) {
    alert('successfully updated to MyList!!!')
        function onUpdateMSOPProcesFail(data) {
            alert(data.d.err);
    function GetItemTypeForListName(name) {
        return "SP.Data." + name + "ListItem";
    </script>
    </head>
    <body>
    <table style="width:500px" id="mytable">
    <tr><td colspan="3">&nbsp;</td></tr>
    <tr><th colspan="3">Rest API</th></tr>
    <tr><td colspan="3">&nbsp;</td></tr>
    <tr><th>Name</th> <td> : </td> <td> <input type="text" id="txtName" /> </td></tr>
    <tr><th>Description</th> <td> : </td> <td> <input type="text" id="txtDesc" /> </td></tr>
    <tr><th>City</th> <td> : </td> <td> <input type="text" id="txtCity" /> </td></tr>
    <tr><td colspan="3">&nbsp;</td></tr>
    <tr><th></th><td colspan="2" align="left"><input type="button" value="submit" id="btnSub" /></th></tr>
    <tr><td colspan="3">&nbsp;</td></tr>
    </table>
    </body>
    </html>

    Hello,
    With one button you want to perform 3(Create, Update and Delete) operation
    To create:
    First check whether the data exist with full combination of Name,Desc and City.
    If not exist you can execute the create function.
    If exist, get confirmation to delete the item by pop up. Using item ID you can perform Delete operation
    To Update:
    How you want to update the item, by keeping unique value or combination of columns?
    based on that you can perform the update operation.
    Whenever you see a reply and if you think is helpful, click "Alternate TextVote As Helpful"! And whenever you see a reply being an answer to the question of the thread, click "Alternate TextMark As Answer

  • Basic Authenticate with by using other tables

    Hi
    I already have user table, group table and also password. I have my package to authenticate of my users. How I can do ???
    null

    Hi,
    Please make possible pairs for M1, M2 and M3 with C1, C2, C3 and C4.
    Make a table with those values and use that table while inserting random records instead of selecting from tables T1 and T2.
    -Regards
    Rushang

  • How to work with BI using Visual Composer....?

    Hi
    I want to work with BI report and BEx analyzer etc using  Visual Composer.
    I am using Visual Composer 7.1. I  have configured BI system connection using the following link
    http://help.sap.com/saphelp_nwce10/helpdata/en/7e/6dbcea3700452195e3bddaa47c5906/frameset.htm.
    In the above document i didnt understand the following para....
    Creating BI Users in the Portal
    Ensure that the BI back-end users also exist in the J2EE Engine. You can use the BI back end as the user store for the J2EE Engine or you can create the users manually. If you create the users manually, you should ensure that they have the same names as in the BI back-end; this avoids the need to configure user assignment.
    How to check BI back end user also exist in J2EE engine ?
    How to use BI kit in Visual composer. From where can i download BI kit for Visual Composer.
    What is the difference between developing application in VC using the above method and using BI kit.
    Please help me....
    Regards
    Sowmya....

    Hi,
    Without the BI kit you cannot do a lot of things in VC 7.1.
    This kit is not available with 7.1.
    The part that you did not understand meant that if you opening VC using a certain id in portal for eg "user" then the same id should be present in your backend system in this case BW system.
    Without this it wont be able to connect to the system.
    Hope this helps
    Regards
    Nikhil.
    Reward points if you find the answer helpful

  • How to deal with the using up space of /opt/oracle

    Hello, all
    We have an Oracle 10g preinstalled in a linux server (Rh 9). Now the system reports that the /opt/oracle is using up. The alert says:
         Filesystem /opt/oracle has only 19% available space
    Because I didn't install the Oracle dababase, I didn't have the chance to select a place for filesystem. Now the /opt/oracle is on the /dev/sda6 which is only 7.1G. I want to know what kind of information are stored here? Should it keep growing? Our database running on the Oracle is a small one, and it shouldn't occupy so much space. By the way, I scheduled the backup to disk (another hard disk) everyday. Is there any copy of the backup on /opt/oracle? How can I deal with it?
    Any advice is highly appreciated!
    Qian
    Message was edited by:
    QianChen
    Message was edited by:
    QianChen

    Typically, the growth files on your binary directory is going to be in the $ORACLE_HOME/network/logs/listener.log , any tracelog, sqlnet.log, or any files that get accidentally dumped in $ORACLE_HOME/dbs.
    I would check there first.
    Also, try scanning for the last few files written/updated in the past 30 days.
    #30 biggest files modified in last little while:
    find . -xdev -type f -mtime -14 -exec ls -l {} \; | sort -nk 5,5 | tail -30

  • How to poke with response using DDE

    I am trying to communicate with a windows application using the antiquated DDE interface, I know this interface has been overtaken by ActiveX but the application i am talking to (ZEMAX – optical modelling software) doesn't implement it.
    I have managed to post requests to the application and receive responses, all successfully. However one of the functions that I need to implement requires passing a pointer to a data structure to the application, I have the c code equivalent but no idea how to implement it. I have been using the supplied dde.llb but can find no documentation for it.
    This is the 'c' equivalent of the code i need to implement, can anyone help me with this???:
    int PostArrayTraceMessage(char *szBuffer, DDERAYDATA *RD)
    ATOM aItem;
    HGLOBAL hPokeData;
    DDEPOKE * lpPokeData;
    long numbytes;
    int numrays;
    if (RD[0].opd > 4)
    /* NSC Rays */
    numrays = (int)RD[0].opd - 5;
    else
    /* sequential rays */
    numrays = RD[0].error;
    /* point to where the data is */
    rdpGRD = RD;
    ngNumRays = numrays;
    numbytes = (1+numrays)*sizeof(DDERAYDATA);
    hPokeData = GlobalAlloc(GMEM_MOVEABLE | GMEM_DDESHARE, (LONG) sizeof(DDEPOKE) + numbytes);
    lpPokeData = (DDEPOKE *) GlobalLock(hPokeData);
    lpPokeData->fRelease = TRUE;
    lpPokeData->cfFormat = CF_TEXT;
    memcpy(lpPokeData->Value, RD, numbytes);
    /* clear the buffers */
    szGlobalBuffer[0] = '\0';
    szBuffer[0] = '\0';
    aItem = GlobalAddAtom("RayArrayData");
    GlobalUnlock(hPokeData);
    if (!PostMessage(hwndServer, WM_DDE_POKE, (WPARAM) hwndClient, PackDDElParam(WM_DDE_POKE, (UINT) hPokeData, aItem)))
    MessageBox (hwndClient, "Cannot communicate with ZEMAX!", "Hello?", MB_ICONEXCLAMATION | MB_OK);
    GlobalDeleteAtom(aItem);
    GlobalFree(hPokeData);
    return -1;
    GlobalDeleteAtom(aItem);
    WaitForData(hwndClient);
    strcpy(szBuffer, szGlobalBuffer);
    /* clear the pointer */
    rdpGRD = NULL;
    if (GotData) return 0;
    else return -1;
    Thanks for your help.
    Regards,
    Tom

    I'm not sure exactly what your code snippet is attempting, but if you are dependent on LabVIEW determining the pointer you probably are out of luck. There has been an ongoing thread in the last week regrading passing pointers to ActiveX and .NET so I won't belabor it too much other than to say that LabVIEW is running in its own memory space and isn't "aware" of what is in other code space. For a much better discussion look over the last few days (last week in particular) for the .NET/ActiveX discussions.
    There may be solutions, there were a number of posts to that thread that I haven't looked at, like writing dll's that encapsulate the "offending code" and provide sort of a translation medium.
    Good luck
    P.M.
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion

  • How to authenticate with UTL_SMTP to smtp-msa server

    Hi all,
    I'm trying to create a package which send html mails.
    This package use utl_smtp package to send mails and it works fine with a standard smtp server like smtp.orange.fr (I'm in France). Now I would like to use another smtp server (smtp-msa.orange.fr) but this one needs an authentication. How can I do this with my Oracle package ?
    My database where stored package is a 11g database.
    Thank you.
    Sis2b.

    I saw something like:
    utl_smtp.command(l_connection, 'AUTH LOGIN');
    utl_smtp.command(l_connection, utl_encode.base64_encode(utl_raw.cast_to_raw('mymaillogin')));
    utl_smtp.command(l_connection, utl_encode.base64_encode(utl_raw.cast_to_raw('mypassword')));
    But when I try to use it, I have that error:
    begin
    ERREUR Ó la ligne 1 :
    ORA-20000: send_html_email:ORA-20000: html_email:ORA-29279: erreur permanente
    SMTP : 535 5.7.0 Error: authentication failed: authentication failure
    ORA-06512: Ó "SUPER.MAIL_PKG", ligne 32
    ORA-06512: Ó ligne 2
    I don't know why ...
    An idea please ?
    sis2b.

  • How to authenticate with certificate?

    I wanna try to build a more secure LAN. I want every client (wired/wireless) to connect the network used a certificate not a user/password pair.
    But now, as i am a newbie, I don't know what to choose between TACACS+ and RADIUS. Because I have a Mac mini, maybe RADIUS is more suitable, but i don't know how to establish the CA.
    Any help or suggestion will be appreciated!

    We most typically do this in the context of implementing a product like Cisco's Identity Services Engine (ISE). ISE uses 802.1x and has the ability to check clients for things like a certificate during the authentication / posture assessment / remediation process.
    It also acts as a RADIUS server and can dynamically push out Change of Authorization (CoA) to the authenticator (i.e switch or Wireless controller) in order to control things like client VLAN assignment and any access-lists you may want to apply.
    On the client side, a supplicant is used to interact with the authenticator. You can use native supplicants from OS X or Windows etc. but we generally recommend use of Cisco's AnyConnect Secure Mobility client with its Network Access Module (NAM) as it's much more full-featured for that purpose.
    You could also do 802.1x with certificate authentication and use a different backend authentication server (like a regular Cisco ACS or Microsoft Network Policy Server) but you would just get more basic authentication vs. the rich functionality ISE gives (albeit ISE costs a lot more ;) ).
    Have a look at this Youtube video for an example of setting up certificate authentication on ACS: 
         https://www.youtube.com/watch?v=U7qWJ7bIMHA

Maybe you are looking for