SMS Delivery Gateways and authentication via QS parameter

Hi,

today I do an update of my privacyIDEA installation and I see a new section
for configuration of SMS gateway.
I’ve tried to setup a new SMS gateway starting from old config. This is my
config:

{ “URL” : “http://mysmshost:9501/api”,
“PARAMETER” : {
“action”:“sendmessage”,
“username”:“myusername”,
“password”:“mypassword”,
“messagetype”:“SMS:TEXT”
},
“SMS_TEXT_KEY”:“messagedata”,
“SMS_PHONENUMBER_KEY”:“recipient”,
“HTTP_Method”:“GET”,
“RETURN_SUCCESS” : “Message accepted for delivery”
}

My SMS gateway need authentication parameters passed URI query string.
If I try to add username and password field on Options section the
values are copies on username & password of basic authentication fields

How can I pass these parameters in query string mode ?

Thank you.

Salvo.

Hi Salvo,

I can not reproduce this with lowercase “password”.
You should not use uppercase PASSWORD as parameter, since this is the
key for the basic authentication.

I am using chrome.

Kind regards
CorneliusAm Freitag, den 05.08.2016, 04:06 -0700 schrieb Salvo Rapisarda:

Hi,

today I do an update of my privacyIDEA installation and I see a new
section for configuration of SMS gateway.
I’ve tried to setup a new SMS gateway starting from old config. This
is my config:

{ “URL” : “http://mysmshost:9501/api”,
“PARAMETER” : {
“action”:“sendmessage”,
“username”:“myusername”,
“password”:“mypassword”,
“messagetype”:“SMS:TEXT”
},
“SMS_TEXT_KEY”:“messagedata”,
“SMS_PHONENUMBER_KEY”:“recipient”,
“HTTP_Method”:“GET”,
“RETURN_SUCCESS” : “Message accepted for delivery”
}

My SMS gateway need authentication parameters passed URI query string.
If I try to add username and password field on Options section the
values are copies on username & password of basic authentication
fields

How can I pass these parameters in query string mode ?

Thank you.

Salvo.

Please read the blog post about getting help
Getting help – privacyID3A.

For professional services and consultancy regarding two factor
authentication please visit
One Time Services - NetKnights - IT-Sicherheit - Zwei-Faktor-Authentisierung - Verschlüsselung

In an enterprise environment you should get a SERVICE LEVEL AGREEMENT
which suites your needs for SECURITY, AVAILABILITY and LIABILITY:
privacyIDEA Support Level

You received this message because you are subscribed to the Google
Groups “privacyidea” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to privacyidea+unsubscribe@googlegroups.com.
To post to this group, send email to privacyidea@googlegroups.com.
Visit this group at https://groups.google.com/group/privacyidea.
To view this discussion on the web visit
https://groups.google.com/d/msgid/privacyidea/8ecef326-705f-482b-9169-6d1d5c5e32f2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Cornelius Kölbel
@cornelinux
+49 151 2960 1417

NetKnights GmbH
http://www.netknights.it
Landgraf-Karl-Str. 19, 34131 Kassel, Germany
Tel: +49 561 3166797, Fax: +49 561 3166798

Amtsgericht Kassel, HRB 16405
Geschäftsführer: Cornelius Kölbel

signature.asc (836 Bytes)

Hi Cornelius,

my version of privacyidea is 2.13.
I tried following your instructions but did not work (never uppercase or
lowercase).

If can be helpful for troubleshooting, I set the options after creation of
new sms gateway.

If you want I can send to you a screenshot of what I do.

Thank you.

Salvo.Il giorno lunedì 8 agosto 2016 12:45:52 UTC+2, Cornelius Kölbel ha scritto:

Hi Salvo,

I can not reproduce this with lowercase “password”.
You should not use uppercase PASSWORD as parameter, since this is the
key for the basic authentication.

I am using chrome.

Kind regards
Cornelius

Am Freitag, den 05.08.2016, 04:06 -0700 schrieb Salvo Rapisarda:

Hi,

today I do an update of my privacyIDEA installation and I see a new
section for configuration of SMS gateway.
I’ve tried to setup a new SMS gateway starting from old config. This
is my config:

{ “URL” : “http://mysmshost:9501/api”,
“PARAMETER” : {
“action”:“sendmessage”,
“username”:“myusername”,
“password”:“mypassword”,
“messagetype”:“SMS:TEXT”
},
“SMS_TEXT_KEY”:“messagedata”,
“SMS_PHONENUMBER_KEY”:“recipient”,
“HTTP_Method”:“GET”,
“RETURN_SUCCESS” : “Message accepted for delivery”
}

My SMS gateway need authentication parameters passed URI query string.
If I try to add username and password field on Options section the
values are copies on username & password of basic authentication
fields

How can I pass these parameters in query string mode ?

Thank you.

Salvo.

Please read the blog post about getting help
Getting help – privacyID3A.

For professional services and consultancy regarding two factor
authentication please visit
One Time Services - NetKnights - IT-Sicherheit - Zwei-Faktor-Authentisierung - Verschlüsselung

In an enterprise environment you should get a SERVICE LEVEL AGREEMENT
which suites your needs for SECURITY, AVAILABILITY and LIABILITY:
privacyIDEA Support Level

You received this message because you are subscribed to the Google
Groups “privacyidea” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to privacyidea...@googlegroups.com <javascript:>.
To post to this group, send email to priva...@googlegroups.com
<javascript:>.
Visit this group at https://groups.google.com/group/privacyidea.
To view this discussion on the web visit

https://groups.google.com/d/msgid/privacyidea/8ecef326-705f-482b-9169-6d1d5c5e32f2%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.


Cornelius Kölbel
corneliu…@netknights.it <javascript:>
+49 151 2960 1417

NetKnights GmbH
http://www.netknights.it
Landgraf-Karl-Str. 19, 34131 Kassel, Germany
Tel: +49 561 3166797, Fax: +49 561 3166798

Amtsgericht Kassel, HRB 16405
Geschäftsführer: Cornelius Kölbel

Hi Salvo,

The UI holds a javascript parameter object. The credentials of the basic
authentication are the keys “PASSWORD” and “USERNAME”.
All individual key-value-pairs you are adding at “options” will be added
with their keys to this parameter object. So if you add a key-value-pair
“username”: “salvo”,
then the object will contain
obj.USERNAME
obj.username

My suspecion is, that your browser/OS combination does not distinguish
upper and lower case and only knows obj.username.
Which browser and OS are you using.

Admitted, the key “PASSWORD” and “USERNAME” might have been choosen
badly in the first place.

Kind regards
Cornelius

Which browser and which operating system are you using.Am Mittwoch, den 10.08.2016, 01:08 -0700 schrieb Salvo Rapisarda:

Hi Cornelius,

my version of privacyidea is 2.13.
I tried following your instructions but did not work (never uppercase
or lowercase).

If can be helpful for troubleshooting, I set the options after
creation of new sms gateway.

If you want I can send to you a screenshot of what I do.

Thank you.

Salvo.

Il giorno lunedì 8 agosto 2016 12:45:52 UTC+2, Cornelius Kölbel ha
scritto:
Hi Salvo,

    I can not reproduce this with lowercase "password". 
    You should not use uppercase PASSWORD as parameter, since this
    is the 
    key for the basic authentication. 
    
    I am using chrome. 
    
    Kind regards 
    Cornelius 
    
    Am Freitag, den 05.08.2016, 04:06 -0700 schrieb Salvo
    Rapisarda: 
    > Hi, 
    > 
    > 
    > today I do an update of my privacyIDEA installation and I
    see a new 
    > section for configuration of SMS gateway. 
    > I've tried to setup a new SMS gateway starting from old
    config. This 
    > is my config: 
    > 
    > 
    > { "URL" : "http://mysmshost:9501/api", 
    >   "PARAMETER" : { 
    >                   "action":"sendmessage", 
    >  "username":"myusername", 
    >                   "password":"mypassword", 
    >                   "messagetype":"SMS:TEXT" 
    >                 }, 
    >   "SMS_TEXT_KEY":"messagedata", 
    >   "SMS_PHONENUMBER_KEY":"recipient", 
    >   "HTTP_Method":"GET", 
    >   "RETURN_SUCCESS" : "Message accepted for delivery" 
    > } 
    > 
    > 
    > My SMS gateway need authentication parameters passed URI
    query string. 
    > If I try to add username and password field on Options
    section the 
    > values are copies on username & password of basic
    authentication 
    > fields 
    > 
    > 
    > How can I pass these parameters in query string mode ? 
    > 
    > 
    > Thank you. 
    > 
    > 
    > Salvo. 
    > -- 
    > Please read the blog post about getting help 
    > https://www.privacyidea.org/getting-help/. 
    >   
    > For professional services and consultancy regarding two
    factor 
    > authentication please visit 
    > https://netknights.it/en/leistungen/one-time-services/ 
    >   
    > In an enterprise environment you should get a SERVICE LEVEL
    AGREEMENT 
    > which suites your needs for SECURITY, AVAILABILITY and
    LIABILITY: 
    >
    https://netknights.it/en/leistungen/service-level-agreements/ 
    > --- 
    > You received this message because you are subscribed to the
    Google 
    > Groups "privacyidea" group. 
    > To unsubscribe from this group and stop receiving emails
    from it, send 
    > an email to privacyidea...@googlegroups.com. 
    > To post to this group, send email to
    priva...@googlegroups.com. 
    > Visit this group at
    https://groups.google.com/group/privacyidea. 
    > To view this discussion on the web visit 
    >
    https://groups.google.com/d/msgid/privacyidea/8ecef326-705f-482b-9169-6d1d5c5e32f2%40googlegroups.com. 
    > For more options, visit https://groups.google.com/d/optout. 
    
    -- 
    Cornelius Kölbel 
    corneliu...@netknights.it 
    +49 151 2960 1417 
    
    NetKnights GmbH 
    http://www.netknights.it 
    Landgraf-Karl-Str. 19, 34131 Kassel, Germany 
    Tel: +49 561 3166797, Fax: +49 561 3166798 
    
    Amtsgericht Kassel, HRB 16405 
    Geschäftsführer: Cornelius Kölbel 


Please read the blog post about getting help
Getting help – privacyID3A.

For professional services and consultancy regarding two factor
authentication please visit
One Time Services - NetKnights - IT-Sicherheit - Zwei-Faktor-Authentisierung - Verschlüsselung

In an enterprise environment you should get a SERVICE LEVEL AGREEMENT
which suites your needs for SECURITY, AVAILABILITY and LIABILITY:
privacyIDEA Support Level

You received this message because you are subscribed to the Google
Groups “privacyidea” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to privacyidea+unsubscribe@googlegroups.com.
To post to this group, send email to privacyidea@googlegroups.com.
Visit this group at https://groups.google.com/group/privacyidea.
To view this discussion on the web visit
https://groups.google.com/d/msgid/privacyidea/818f1f74-c33b-4dcb-90d1-a8fcd5b316fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Cornelius Kölbel
@cornelinux
+49 151 2960 1417

NetKnights GmbH
http://www.netknights.it
Landgraf-Karl-Str. 19, 34131 Kassel, Germany
Tel: +49 561 3166797, Fax: +49 561 3166798

Amtsgericht Kassel, HRB 16405
Geschäftsführer: Cornelius Kölbel

signature.asc (836 Bytes)

OS?Am Donnerstag, den 11.08.2016, 02:42 -0700 schrieb Salvo Rapisarda:

I try with Firefox and Chrome but I got the same result.

First I put “username” & “password” on options field and press “Save
SMS gateway”.

Then Password and Username are copied on username and password fields
for Basic Authentication.

Thank you.

Salvo.

Il giorno giovedì 11 agosto 2016 08:31:33 UTC+2, Cornelius Kölbel ha
scritto:
Hi Salvo,

    The UI holds a javascript parameter object. The credentials of
    the basic 
    authentication are the keys "PASSWORD" and "USERNAME". 
    All individual key-value-pairs you are adding at "options"
    will be added 
    with their keys to this parameter object. So if you add a
    key-value-pair 
    "username": "salvo", 
    then the object will contain 
     obj.USERNAME 
     obj.username 
    
    My suspecion is, that your browser/OS combination does not
    distinguish 
    upper and lower case and only knows obj.username. 
    Which browser and OS are you using. 
    
    Admitted, the key "PASSWORD" and "USERNAME" might have been
    choosen 
    badly in the first place. 
    
    Kind regards 
    Cornelius 
    
    
    
    
    
    Which browser and which operating system are you using. 
    
    Am Mittwoch, den 10.08.2016, 01:08 -0700 schrieb Salvo
    Rapisarda: 
    > Hi Cornelius, 
    > 
    > 
    > my version of privacyidea is 2.13. 
    > I tried following your instructions but did not work (never
    uppercase 
    > or lowercase). 
    > 
    > 
    > If can be helpful for troubleshooting, I set the options
    after 
    > creation of new sms gateway. 
    > 
    > 
    > If you want I can send to you a screenshot of what I do. 
    > 
    > 
    > Thank you. 
    > 
    > 
    > Salvo. 
    > 
    > Il giorno lunedì 8 agosto 2016 12:45:52 UTC+2, Cornelius
    Kölbel ha 
    > scritto: 
    >         Hi Salvo, 
    >         
    >         I can not reproduce this with lowercase "password". 
    >         You should not use uppercase PASSWORD as parameter,
    since this 
    >         is the 
    >         key for the basic authentication. 
    >         
    >         I am using chrome. 
    >         
    >         Kind regards 
    >         Cornelius 
    >         
    >         Am Freitag, den 05.08.2016, 04:06 -0700 schrieb
    Salvo 
    >         Rapisarda: 
    >         > Hi, 
    >         > 
    >         > 
    >         > today I do an update of my privacyIDEA
    installation and I 
    >         see a new 
    >         > section for configuration of SMS gateway. 
    >         > I've tried to setup a new SMS gateway starting
    from old 
    >         config. This 
    >         > is my config: 
    >         > 
    >         > 
    >         > { "URL" : "http://mysmshost:9501/api", 
    >         >   "PARAMETER" : { 
    >         >                   "action":"sendmessage", 
    >         >  "username":"myusername", 
    >         >                   "password":"mypassword", 
    >         >                   "messagetype":"SMS:TEXT" 
    >         >                 }, 
    >         >   "SMS_TEXT_KEY":"messagedata", 
    >         >   "SMS_PHONENUMBER_KEY":"recipient", 
    >         >   "HTTP_Method":"GET", 
    >         >   "RETURN_SUCCESS" : "Message accepted for
    delivery" 
    >         > } 
    >         > 
    >         > 
    >         > My SMS gateway need authentication parameters
    passed URI 
    >         query string. 
    >         > If I try to add username and password field on
    Options 
    >         section the 
    >         > values are copies on username & password of basic 
    >         authentication 
    >         > fields 
    >         > 
    >         > 
    >         > How can I pass these parameters in query string
    mode ? 
    >         > 
    >         > 
    >         > Thank you. 
    >         > 
    >         > 
    >         > Salvo. 
    >         > -- 
    >         > Please read the blog post about getting help 
    >         > https://www.privacyidea.org/getting-help/. 
    >         >   
    >         > For professional services and consultancy
    regarding two 
    >         factor 
    >         > authentication please visit 
    >         >
    https://netknights.it/en/leistungen/one-time-services/ 
    >         >   
    >         > In an enterprise environment you should get a
    SERVICE LEVEL 
    >         AGREEMENT 
    >         > which suites your needs for SECURITY, AVAILABILITY
    and 
    >         LIABILITY: 
    >         > 
    >
    https://netknights.it/en/leistungen/service-level-agreements/ 
    >         > --- 
    >         > You received this message because you are
    subscribed to the 
    >         Google 
    >         > Groups "privacyidea" group. 
    >         > To unsubscribe from this group and stop receiving
    emails 
    >         from it, send 
    >         > an email to privacyidea...@googlegroups.com. 
    >         > To post to this group, send email to 
    >         priva...@googlegroups.com. 
    >         > Visit this group at 
    >         https://groups.google.com/group/privacyidea. 
    >         > To view this discussion on the web visit 
    >         > 
    >
    https://groups.google.com/d/msgid/privacyidea/8ecef326-705f-482b-9169-6d1d5c5e32f2%40googlegroups.com. 
    >         > For more options, visit
    https://groups.google.com/d/optout. 
    >         
    >         -- 
    >         Cornelius Kölbel 
    >         corneliu...@netknights.it 
    >         +49 151 2960 1417 
    >         
    >         NetKnights GmbH 
    >         http://www.netknights.it 
    >         Landgraf-Karl-Str. 19, 34131 Kassel, Germany 
    >         Tel: +49 561 3166797, Fax: +49 561 3166798 
    >         
    >         Amtsgericht Kassel, HRB 16405 
    >         Geschäftsführer: Cornelius Kölbel 
    >         
    >         
    > -- 
    > Please read the blog post about getting help 
    > https://www.privacyidea.org/getting-help/. 
    >   
    > For professional services and consultancy regarding two
    factor 
    > authentication please visit 
    > https://netknights.it/en/leistungen/one-time-services/ 
    >   
    > In an enterprise environment you should get a SERVICE LEVEL
    AGREEMENT 
    > which suites your needs for SECURITY, AVAILABILITY and
    LIABILITY: 
    >
    https://netknights.it/en/leistungen/service-level-agreements/ 
    > --- 
    > You received this message because you are subscribed to the
    Google 
    > Groups "privacyidea" group. 
    > To unsubscribe from this group and stop receiving emails
    from it, send 
    > an email to privacyidea...@googlegroups.com. 
    > To post to this group, send email to
    priva...@googlegroups.com. 
    > Visit this group at
    https://groups.google.com/group/privacyidea. 
    > To view this discussion on the web visit 
    >
    https://groups.google.com/d/msgid/privacyidea/818f1f74-c33b-4dcb-90d1-a8fcd5b316fa%40googlegroups.com. 
    > For more options, visit https://groups.google.com/d/optout. 
    
    -- 
    Cornelius Kölbel 
    corneliu...@netknights.it 
    +49 151 2960 1417 
    
    NetKnights GmbH 
    http://www.netknights.it 
    Landgraf-Karl-Str. 19, 34131 Kassel, Germany 
    Tel: +49 561 3166797, Fax: +49 561 3166798 
    
    Amtsgericht Kassel, HRB 16405 
    Geschäftsführer: Cornelius Kölbel 


Please read the blog post about getting help
Getting help – privacyID3A.

For professional services and consultancy regarding two factor
authentication please visit
One Time Services - NetKnights - IT-Sicherheit - Zwei-Faktor-Authentisierung - Verschlüsselung

In an enterprise environment you should get a SERVICE LEVEL AGREEMENT
which suites your needs for SECURITY, AVAILABILITY and LIABILITY:
privacyIDEA Support Level

You received this message because you are subscribed to the Google
Groups “privacyidea” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to privacyidea+unsubscribe@googlegroups.com.
To post to this group, send email to privacyidea@googlegroups.com.
Visit this group at https://groups.google.com/group/privacyidea.
To view this discussion on the web visit
https://groups.google.com/d/msgid/privacyidea/8076f41b-5b0a-41f4-a9b9-272e3655c281%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Cornelius Kölbel
@cornelinux
+49 151 2960 1417

NetKnights GmbH
http://www.netknights.it
Landgraf-Karl-Str. 19, 34131 Kassel, Germany
Tel: +49 561 3166797, Fax: +49 561 3166798

Amtsgericht Kassel, HRB 16405
Geschäftsführer: Cornelius Kölbel

signature.asc (836 Bytes)

I try with Firefox and Chrome but I got the same result.
First I put “username” & “password” on options field and press “Save SMS
gateway”.

https://lh3.googleusercontent.com/-6WeocJMrA3k/V6xHzgXFywI/AAAAAAAAAdQ/ElcbjXZndOEgq-N3HjI6eR76iLmaBpcrwCLcB/s1600/p1.png

Then Password and Username are copied on username and password fields for
Basic Authentication.

https://lh3.googleusercontent.com/-E3w1_3WHzWA/V6xILcQGRrI/AAAAAAAAAdU/weIM71mCK2E0xKexzAzIm0VzY4zx67U2ACLcB/s1600/p2.png

Thank you.

Salvo.Il giorno giovedì 11 agosto 2016 08:31:33 UTC+2, Cornelius Kölbel ha scritto:

Hi Salvo,

The UI holds a javascript parameter object. The credentials of the basic
authentication are the keys “PASSWORD” and “USERNAME”.
All individual key-value-pairs you are adding at “options” will be added
with their keys to this parameter object. So if you add a key-value-pair
“username”: “salvo”,
then the object will contain
obj.USERNAME
obj.username

My suspecion is, that your browser/OS combination does not distinguish
upper and lower case and only knows obj.username.
Which browser and OS are you using.

Admitted, the key “PASSWORD” and “USERNAME” might have been choosen
badly in the first place.

Kind regards
Cornelius

Which browser and which operating system are you using.

Am Mittwoch, den 10.08.2016, 01:08 -0700 schrieb Salvo Rapisarda:

Hi Cornelius,

my version of privacyidea is 2.13.
I tried following your instructions but did not work (never uppercase
or lowercase).

If can be helpful for troubleshooting, I set the options after
creation of new sms gateway.

If you want I can send to you a screenshot of what I do.

Thank you.

Salvo.

Il giorno lunedì 8 agosto 2016 12:45:52 UTC+2, Cornelius Kölbel ha
scritto:
Hi Salvo,

    I can not reproduce this with lowercase "password". 
    You should not use uppercase PASSWORD as parameter, since this 
    is the 
    key for the basic authentication. 
    
    I am using chrome. 
    
    Kind regards 
    Cornelius 
    
    Am Freitag, den 05.08.2016, 04:06 -0700 schrieb Salvo 
    Rapisarda: 
    > Hi, 
    > 
    > 
    > today I do an update of my privacyIDEA installation and I 
    see a new 
    > section for configuration of SMS gateway. 
    > I've tried to setup a new SMS gateway starting from old 
    config. This 
    > is my config: 
    > 
    > 
    > { "URL" : "http://mysmshost:9501/api", 
    >   "PARAMETER" : { 
    >                   "action":"sendmessage", 
    >  "username":"myusername", 
    >                   "password":"mypassword", 
    >                   "messagetype":"SMS:TEXT" 
    >                 }, 
    >   "SMS_TEXT_KEY":"messagedata", 
    >   "SMS_PHONENUMBER_KEY":"recipient", 
    >   "HTTP_Method":"GET", 
    >   "RETURN_SUCCESS" : "Message accepted for delivery" 
    > } 
    > 
    > 
    > My SMS gateway need authentication parameters passed URI 
    query string. 
    > If I try to add username and password field on Options 
    section the 
    > values are copies on username & password of basic 
    authentication 
    > fields 
    > 
    > 
    > How can I pass these parameters in query string mode ? 
    > 
    > 
    > Thank you. 
    > 
    > 
    > Salvo. 
    > -- 
    > Please read the blog post about getting help 
    > https://www.privacyidea.org/getting-help/. 
    >   
    > For professional services and consultancy regarding two 
    factor 
    > authentication please visit 
    > https://netknights.it/en/leistungen/one-time-services/ 
    >   
    > In an enterprise environment you should get a SERVICE LEVEL 
    AGREEMENT 
    > which suites your needs for SECURITY, AVAILABILITY and 
    LIABILITY: 
    > 
    https://netknights.it/en/leistungen/service-level-agreements/ 
    > --- 
    > You received this message because you are subscribed to the 
    Google 
    > Groups "privacyidea" group. 
    > To unsubscribe from this group and stop receiving emails 
    from it, send 
    > an email to privacyidea...@googlegroups.com. 
    > To post to this group, send email to 
    priva...@googlegroups.com. 
    > Visit this group at 
    https://groups.google.com/group/privacyidea. 
    > To view this discussion on the web visit 
    > 

https://groups.google.com/d/msgid/privacyidea/8ecef326-705f-482b-9169-6d1d5c5e32f2%40googlegroups.com.

    > For more options, visit https://groups.google.com/d/optout. 
    
    -- 
    Cornelius Kölbel 
    corneliu...@netknights.it 
    +49 151 2960 1417 
    
    NetKnights GmbH 
    http://www.netknights.it 
    Landgraf-Karl-Str. 19, 34131 Kassel, Germany 
    Tel: +49 561 3166797, Fax: +49 561 3166798 
    
    Amtsgericht Kassel, HRB 16405 
    Geschäftsführer: Cornelius Kölbel 


Please read the blog post about getting help
Getting help – privacyID3A.

For professional services and consultancy regarding two factor
authentication please visit
One Time Services - NetKnights - IT-Sicherheit - Zwei-Faktor-Authentisierung - Verschlüsselung

In an enterprise environment you should get a SERVICE LEVEL AGREEMENT
which suites your needs for SECURITY, AVAILABILITY and LIABILITY:
privacyIDEA Support Level

You received this message because you are subscribed to the Google
Groups “privacyidea” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to privacyidea...@googlegroups.com <javascript:>.
To post to this group, send email to priva...@googlegroups.com
<javascript:>.
Visit this group at https://groups.google.com/group/privacyidea.
To view this discussion on the web visit

https://groups.google.com/d/msgid/privacyidea/818f1f74-c33b-4dcb-90d1-a8fcd5b316fa%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.


Cornelius Kölbel
corneliu…@netknights.it <javascript:>
+49 151 2960 1417

NetKnights GmbH
http://www.netknights.it
Landgraf-Karl-Str. 19, 34131 Kassel, Germany
Tel: +49 561 3166797, Fax: +49 561 3166798

Amtsgericht Kassel, HRB 16405
Geschäftsführer: Cornelius Kölbel

This is your client OS, the browser is running on?
This is really strange, since I have the same setup.

Kind regards
CorneliusAm Donnerstag, den 11.08.2016, 09:13 -0700 schrieb Salvo Rapisarda:

Ubuntu

Il giorno giovedì 11 agosto 2016 11:52:18 UTC+2, Cornelius Kölbel ha
scritto:
OS?

    Am Donnerstag, den 11.08.2016, 02:42 -0700 schrieb Salvo
    Rapisarda: 
    > I try with Firefox and Chrome but I got the same result. 
    > 
    > First I put "username" & "password" on options field and
    press "Save 
    > SMS gateway". 
    > 
    > 
    > 
    > 
    > 
    > 
    > 
    > Then Password and Username are copied on username and
    password fields 
    > for Basic Authentication. 
    > 
    > 
    > 
    > 
    > 
    > 
    > 
    > 
    > 
    > Thank you. 
    > 
    > 
    > Salvo. 
    > 
    > 
    > 
    > 
    > Il giorno giovedì 11 agosto 2016 08:31:33 UTC+2, Cornelius
    Kölbel ha 
    > scritto: 
    >         Hi Salvo, 
    >         
    >         The UI holds a javascript parameter object. The
    credentials of 
    >         the basic 
    >         authentication are the keys "PASSWORD" and
    "USERNAME". 
    >         All individual key-value-pairs you are adding at
    "options" 
    >         will be added 
    >         with their keys to this parameter object. So if you
    add a 
    >         key-value-pair 
    >         "username": "salvo", 
    >         then the object will contain 
    >          obj.USERNAME 
    >          obj.username 
    >         
    >         My suspecion is, that your browser/OS combination
    does not 
    >         distinguish 
    >         upper and lower case and only knows obj.username. 
    >         Which browser and OS are you using. 
    >         
    >         Admitted, the key "PASSWORD" and "USERNAME" might
    have been 
    >         choosen 
    >         badly in the first place. 
    >         
    >         Kind regards 
    >         Cornelius 
    >         
    >         
    >         
    >         
    >         
    >         Which browser and which operating system are you
    using. 
    >         
    >         Am Mittwoch, den 10.08.2016, 01:08 -0700 schrieb
    Salvo 
    >         Rapisarda: 
    >         > Hi Cornelius, 
    >         > 
    >         > 
    >         > my version of privacyidea is 2.13. 
    >         > I tried following your instructions but did not
    work (never 
    >         uppercase 
    >         > or lowercase). 
    >         > 
    >         > 
    >         > If can be helpful for troubleshooting, I set the
    options 
    >         after 
    >         > creation of new sms gateway. 
    >         > 
    >         > 
    >         > If you want I can send to you a screenshot of what
    I do. 
    >         > 
    >         > 
    >         > Thank you. 
    >         > 
    >         > 
    >         > Salvo. 
    >         > 
    >         > Il giorno lunedì 8 agosto 2016 12:45:52 UTC+2,
    Cornelius 
    >         Kölbel ha 
    >         > scritto: 
    >         >         Hi Salvo, 
    >         >         
    >         >         I can not reproduce this with lowercase
    "password". 
    >         >         You should not use uppercase PASSWORD as
    parameter, 
    >         since this 
    >         >         is the 
    >         >         key for the basic authentication. 
    >         >         
    >         >         I am using chrome. 
    >         >         
    >         >         Kind regards 
    >         >         Cornelius 
    >         >         
    >         >         Am Freitag, den 05.08.2016, 04:06 -0700 schrieb 
    >         Salvo 
    >         >         Rapisarda: 
    >         >         > Hi, 
    >         >         > 
    >         >         > 
    >         >         > today I do an update of my privacyIDEA 
    >         installation and I 
    >         >         see a new 
    >         >         > section for configuration of SMS
    gateway. 
    >         >         > I've tried to setup a new SMS gateway
    starting 
    >         from old 
    >         >         config. This 
    >         >         > is my config: 
    >         >         > 
    >         >         > 
    >         >         > { "URL" : "http://mysmshost:9501/api", 
    >         >         >   "PARAMETER" : { 
    >         >         >
    "action":"sendmessage", 
    >         >         >  "username":"myusername", 
    >         >         >
    "password":"mypassword", 
    >         >         >
    "messagetype":"SMS:TEXT" 
    >         >         >                 }, 
    >         >         >   "SMS_TEXT_KEY":"messagedata", 
    >         >         >   "SMS_PHONENUMBER_KEY":"recipient", 
    >         >         >   "HTTP_Method":"GET", 
    >         >         >   "RETURN_SUCCESS" : "Message accepted
    for 
    >         delivery" 
    >         >         > } 
    >         >         > 
    >         >         > 
    >         >         > My SMS gateway need authentication
    parameters 
    >         passed URI 
    >         >         query string. 
    >         >         > If I try to add username and password
    field on 
    >         Options 
    >         >         section the 
    >         >         > values are copies on username & password
    of basic 
    >         >         authentication 
    >         >         > fields 
    >         >         > 
    >         >         > 
    >         >         > How can I pass these parameters in query
    string 
    >         mode ? 
    >         >         > 
    >         >         > 
    >         >         > Thank you. 
    >         >         > 
    >         >         > 
    >         >         > Salvo. 
    >         >         > -- 
    >         >         > Please read the blog post about getting
    help 
    >         >         >
    https://www.privacyidea.org/getting-help/. 
    >         >         >   
    >         >         > For professional services and
    consultancy 
    >         regarding two 
    >         >         factor 
    >         >         > authentication please visit 
    >         >         > 
    >
    https://netknights.it/en/leistungen/one-time-services/ 
    >         >         >   
    >         >         > In an enterprise environment you should
    get a 
    >         SERVICE LEVEL 
    >         >         AGREEMENT 
    >         >         > which suites your needs for SECURITY,
    AVAILABILITY 
    >         and 
    >         >         LIABILITY: 
    >         >         > 
    >         > 
    >
    https://netknights.it/en/leistungen/service-level-agreements/ 
    >         >         > --- 
    >         >         > You received this message because you
    are 
    >         subscribed to the 
    >         >         Google 
    >         >         > Groups "privacyidea" group. 
    >         >         > To unsubscribe from this group and stop
    receiving 
    >         emails 
    >         >         from it, send 
    >         >         > an email to
    privacyidea...@googlegroups.com. 
    >         >         > To post to this group, send email to 
    >         >         priva...@googlegroups.com. 
    >         >         > Visit this group at 
    >         >
    https://groups.google.com/group/privacyidea. 
    >         >         > To view this discussion on the web
    visit 
    >         >         > 
    >         > 
    >
    https://groups.google.com/d/msgid/privacyidea/8ecef326-705f-482b-9169-6d1d5c5e32f2%40googlegroups.com. 
    >         >         > For more options, visit 
    >         https://groups.google.com/d/optout. 
    >         >         
    >         >         -- 
    >         >         Cornelius Kölbel 
    >         >         corneliu...@netknights.it 
    >         >         +49 151 2960 1417 
    >         >         
    >         >         NetKnights GmbH 
    >         >         http://www.netknights.it 
    >         >         Landgraf-Karl-Str. 19, 34131 Kassel,
    Germany 
    >         >         Tel: +49 561 3166797, Fax: +49 561
    3166798 
    >         >         
    >         >         Amtsgericht Kassel, HRB 16405 
    >         >         Geschäftsführer: Cornelius Kölbel 
    >         >         
    >         >         
    >         > -- 
    >         > Please read the blog post about getting help 
    >         > https://www.privacyidea.org/getting-help/. 
    >         >   
    >         > For professional services and consultancy
    regarding two 
    >         factor 
    >         > authentication please visit 
    >         >
    https://netknights.it/en/leistungen/one-time-services/ 
    >         >   
    >         > In an enterprise environment you should get a
    SERVICE LEVEL 
    >         AGREEMENT 
    >         > which suites your needs for SECURITY, AVAILABILITY
    and 
    >         LIABILITY: 
    >         > 
    >
    https://netknights.it/en/leistungen/service-level-agreements/ 
    >         > --- 
    >         > You received this message because you are
    subscribed to the 
    >         Google 
    >         > Groups "privacyidea" group. 
    >         > To unsubscribe from this group and stop receiving
    emails 
    >         from it, send 
    >         > an email to privacyidea...@googlegroups.com. 
    >         > To post to this group, send email to 
    >         priva...@googlegroups.com. 
    >         > Visit this group at 
    >         https://groups.google.com/group/privacyidea. 
    >         > To view this discussion on the web visit 
    >         > 
    >
    https://groups.google.com/d/msgid/privacyidea/818f1f74-c33b-4dcb-90d1-a8fcd5b316fa%40googlegroups.com. 
    >         > For more options, visit
    https://groups.google.com/d/optout. 
    >         
    >         -- 
    >         Cornelius Kölbel 
    >         corneliu...@netknights.it 
    >         +49 151 2960 1417 
    >         
    >         NetKnights GmbH 
    >         http://www.netknights.it 
    >         Landgraf-Karl-Str. 19, 34131 Kassel, Germany 
    >         Tel: +49 561 3166797, Fax: +49 561 3166798 
    >         
    >         Amtsgericht Kassel, HRB 16405 
    >         Geschäftsführer: Cornelius Kölbel 
    >         
    >         
    > -- 
    > Please read the blog post about getting help 
    > https://www.privacyidea.org/getting-help/. 
    >   
    > For professional services and consultancy regarding two
    factor 
    > authentication please visit 
    > https://netknights.it/en/leistungen/one-time-services/ 
    >   
    > In an enterprise environment you should get a SERVICE LEVEL
    AGREEMENT 
    > which suites your needs for SECURITY, AVAILABILITY and
    LIABILITY: 
    >
    https://netknights.it/en/leistungen/service-level-agreements/ 
    > --- 
    > You received this message because you are subscribed to the
    Google 
    > Groups "privacyidea" group. 
    > To unsubscribe from this group and stop receiving emails
    from it, send 
    > an email to privacyidea...@googlegroups.com. 
    > To post to this group, send email to
    priva...@googlegroups.com. 
    > Visit this group at
    https://groups.google.com/group/privacyidea. 
    > To view this discussion on the web visit 
    >
    https://groups.google.com/d/msgid/privacyidea/8076f41b-5b0a-41f4-a9b9-272e3655c281%40googlegroups.com. 
    > For more options, visit https://groups.google.com/d/optout. 
    
    -- 
    Cornelius Kölbel 
    corneliu...@netknights.it 
    +49 151 2960 1417 
    
    NetKnights GmbH 
    http://www.netknights.it 
    Landgraf-Karl-Str. 19, 34131 Kassel, Germany 
    Tel: +49 561 3166797, Fax: +49 561 3166798 
    
    Amtsgericht Kassel, HRB 16405 
    Geschäftsführer: Cornelius Kölbel 


Please read the blog post about getting help
Getting help – privacyID3A.

For professional services and consultancy regarding two factor
authentication please visit
One Time Services - NetKnights - IT-Sicherheit - Zwei-Faktor-Authentisierung - Verschlüsselung

In an enterprise environment you should get a SERVICE LEVEL AGREEMENT
which suites your needs for SECURITY, AVAILABILITY and LIABILITY:
privacyIDEA Support Level

You received this message because you are subscribed to the Google
Groups “privacyidea” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to privacyidea+unsubscribe@googlegroups.com.
To post to this group, send email to privacyidea@googlegroups.com.
Visit this group at https://groups.google.com/group/privacyidea.
To view this discussion on the web visit
https://groups.google.com/d/msgid/privacyidea/564c3723-dfb1-4726-b7cc-386a69e07f60%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Cornelius Kölbel
@cornelinux
+49 151 2960 1417

NetKnights GmbH
http://www.netknights.it
Landgraf-Karl-Str. 19, 34131 Kassel, Germany
Tel: +49 561 3166797, Fax: +49 561 3166798

Amtsgericht Kassel, HRB 16405
Geschäftsführer: Cornelius Kölbel

signature.asc (836 Bytes)

UbuntuIl giorno giovedì 11 agosto 2016 11:52:18 UTC+2, Cornelius Kölbel ha scritto:

OS?

Am Donnerstag, den 11.08.2016, 02:42 -0700 schrieb Salvo Rapisarda:

I try with Firefox and Chrome but I got the same result.

First I put “username” & “password” on options field and press “Save
SMS gateway”.

Then Password and Username are copied on username and password fields
for Basic Authentication.

Thank you.

Salvo.

Il giorno giovedì 11 agosto 2016 08:31:33 UTC+2, Cornelius Kölbel ha
scritto:
Hi Salvo,

    The UI holds a javascript parameter object. The credentials of 
    the basic 
    authentication are the keys "PASSWORD" and "USERNAME". 
    All individual key-value-pairs you are adding at "options" 
    will be added 
    with their keys to this parameter object. So if you add a 
    key-value-pair 
    "username": "salvo", 
    then the object will contain 
     obj.USERNAME 
     obj.username 
    
    My suspecion is, that your browser/OS combination does not 
    distinguish 
    upper and lower case and only knows obj.username. 
    Which browser and OS are you using. 
    
    Admitted, the key "PASSWORD" and "USERNAME" might have been 
    choosen 
    badly in the first place. 
    
    Kind regards 
    Cornelius 
    
    
    
    
    
    Which browser and which operating system are you using. 
    
    Am Mittwoch, den 10.08.2016, 01:08 -0700 schrieb Salvo 
    Rapisarda: 
    > Hi Cornelius, 
    > 
    > 
    > my version of privacyidea is 2.13. 
    > I tried following your instructions but did not work (never 
    uppercase 
    > or lowercase). 
    > 
    > 
    > If can be helpful for troubleshooting, I set the options 
    after 
    > creation of new sms gateway. 
    > 
    > 
    > If you want I can send to you a screenshot of what I do. 
    > 
    > 
    > Thank you. 
    > 
    > 
    > Salvo. 
    > 
    > Il giorno lunedì 8 agosto 2016 12:45:52 UTC+2, Cornelius 
    Kölbel ha 
    > scritto: 
    >         Hi Salvo, 
    >         
    >         I can not reproduce this with lowercase "password". 
    >         You should not use uppercase PASSWORD as parameter, 
    since this 
    >         is the 
    >         key for the basic authentication. 
    >         
    >         I am using chrome. 
    >         
    >         Kind regards 
    >         Cornelius 
    >         
    >         Am Freitag, den 05.08.2016, 04:06 -0700 schrieb 
    Salvo 
    >         Rapisarda: 
    >         > Hi, 
    >         > 
    >         > 
    >         > today I do an update of my privacyIDEA 
    installation and I 
    >         see a new 
    >         > section for configuration of SMS gateway. 
    >         > I've tried to setup a new SMS gateway starting 
    from old 
    >         config. This 
    >         > is my config: 
    >         > 
    >         > 
    >         > { "URL" : "http://mysmshost:9501/api", 
    >         >   "PARAMETER" : { 
    >         >                   "action":"sendmessage", 
    >         >  "username":"myusername", 
    >         >                   "password":"mypassword", 
    >         >                   "messagetype":"SMS:TEXT" 
    >         >                 }, 
    >         >   "SMS_TEXT_KEY":"messagedata", 
    >         >   "SMS_PHONENUMBER_KEY":"recipient", 
    >         >   "HTTP_Method":"GET", 
    >         >   "RETURN_SUCCESS" : "Message accepted for 
    delivery" 
    >         > } 
    >         > 
    >         > 
    >         > My SMS gateway need authentication parameters 
    passed URI 
    >         query string. 
    >         > If I try to add username and password field on 
    Options 
    >         section the 
    >         > values are copies on username & password of basic 
    >         authentication 
    >         > fields 
    >         > 
    >         > 
    >         > How can I pass these parameters in query string 
    mode ? 
    >         > 
    >         > 
    >         > Thank you. 
    >         > 
    >         > 
    >         > Salvo. 
    >         > -- 
    >         > Please read the blog post about getting help 
    >         > https://www.privacyidea.org/getting-help/. 
    >         >   
    >         > For professional services and consultancy 
    regarding two 
    >         factor 
    >         > authentication please visit 
    >         > 
    https://netknights.it/en/leistungen/one-time-services/ 
    >         >   
    >         > In an enterprise environment you should get a 
    SERVICE LEVEL 
    >         AGREEMENT 
    >         > which suites your needs for SECURITY, AVAILABILITY 
    and 
    >         LIABILITY: 
    >         > 
    > 
    https://netknights.it/en/leistungen/service-level-agreements/ 
    >         > --- 
    >         > You received this message because you are 
    subscribed to the 
    >         Google 
    >         > Groups "privacyidea" group. 
    >         > To unsubscribe from this group and stop receiving 
    emails 
    >         from it, send 
    >         > an email to privacyidea...@googlegroups.com. 
    >         > To post to this group, send email to 
    >         priva...@googlegroups.com. 
    >         > Visit this group at 
    >         https://groups.google.com/group/privacyidea. 
    >         > To view this discussion on the web visit 
    >         > 
    > 

https://groups.google.com/d/msgid/privacyidea/8ecef326-705f-482b-9169-6d1d5c5e32f2%40googlegroups.com.

    >         > For more options, visit 
    https://groups.google.com/d/optout. 
    >         
    >         -- 
    >         Cornelius Kölbel 
    >         corneliu...@netknights.it 
    >         +49 151 2960 1417 
    >         
    >         NetKnights GmbH 
    >         http://www.netknights.it 
    >         Landgraf-Karl-Str. 19, 34131 Kassel, Germany 
    >         Tel: +49 561 3166797, Fax: +49 561 3166798 
    >         
    >         Amtsgericht Kassel, HRB 16405 
    >         Geschäftsführer: Cornelius Kölbel 
    >         
    >         
    > -- 
    > Please read the blog post about getting help 
    > https://www.privacyidea.org/getting-help/. 
    >   
    > For professional services and consultancy regarding two 
    factor 
    > authentication please visit 
    > https://netknights.it/en/leistungen/one-time-services/ 
    >   
    > In an enterprise environment you should get a SERVICE LEVEL 
    AGREEMENT 
    > which suites your needs for SECURITY, AVAILABILITY and 
    LIABILITY: 
    > 
    https://netknights.it/en/leistungen/service-level-agreements/ 
    > --- 
    > You received this message because you are subscribed to the 
    Google 
    > Groups "privacyidea" group. 
    > To unsubscribe from this group and stop receiving emails 
    from it, send 
    > an email to privacyidea...@googlegroups.com. 
    > To post to this group, send email to 
    priva...@googlegroups.com. 
    > Visit this group at 
    https://groups.google.com/group/privacyidea. 
    > To view this discussion on the web visit 
    > 

https://groups.google.com/d/msgid/privacyidea/818f1f74-c33b-4dcb-90d1-a8fcd5b316fa%40googlegroups.com.

    > For more options, visit https://groups.google.com/d/optout. 
    
    -- 
    Cornelius Kölbel 
    corneliu...@netknights.it 
    +49 151 2960 1417 
    
    NetKnights GmbH 
    http://www.netknights.it 
    Landgraf-Karl-Str. 19, 34131 Kassel, Germany 
    Tel: +49 561 3166797, Fax: +49 561 3166798 
    
    Amtsgericht Kassel, HRB 16405 
    Geschäftsführer: Cornelius Kölbel 


Please read the blog post about getting help
Getting help – privacyID3A.

For professional services and consultancy regarding two factor
authentication please visit
One Time Services - NetKnights - IT-Sicherheit - Zwei-Faktor-Authentisierung - Verschlüsselung

In an enterprise environment you should get a SERVICE LEVEL AGREEMENT
which suites your needs for SECURITY, AVAILABILITY and LIABILITY:
privacyIDEA Support Level

You received this message because you are subscribed to the Google
Groups “privacyidea” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to privacyidea...@googlegroups.com <javascript:>.
To post to this group, send email to priva...@googlegroups.com
<javascript:>.
Visit this group at https://groups.google.com/group/privacyidea.
To view this discussion on the web visit

https://groups.google.com/d/msgid/privacyidea/8076f41b-5b0a-41f4-a9b9-272e3655c281%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.


Cornelius Kölbel
corneliu…@netknights.it <javascript:>
+49 151 2960 1417

NetKnights GmbH
http://www.netknights.it
Landgraf-Karl-Str. 19, 34131 Kassel, Germany
Tel: +49 561 3166797, Fax: +49 561 3166798

Amtsgericht Kassel, HRB 16405
Geschäftsführer: Cornelius Kölbel

I try to debug the javascript code with Chrome.
USERNAME and username appear to be different in the model.
This is the result:

https://lh3.googleusercontent.com/-D-KuWIGpySI/V62CAwqLHNI/AAAAAAAAAdw/gPqNyI2Au_kifVgrOl97XqYgKGJmaKP2gCLcB/s1600/p3.pngIl giorno venerdì 12 agosto 2016 09:36:17 UTC+2, Salvo Rapisarda ha scritto:

Oh, sorry! My client OS is Windows 10.

Oh, sorry! My client OS is Windows 10.Il giorno giovedì 11 agosto 2016 18:19:08 UTC+2, Cornelius Kölbel ha scritto:

This is your client OS, the browser is running on?
This is really strange, since I have the same setup.

Kind regards
Cornelius

Am Donnerstag, den 11.08.2016, 09:13 -0700 schrieb Salvo Rapisarda:

Ubuntu

Il giorno giovedì 11 agosto 2016 11:52:18 UTC+2, Cornelius Kölbel ha
scritto:
OS?

    Am Donnerstag, den 11.08.2016, 02:42 -0700 schrieb Salvo 
    Rapisarda: 
    > I try with Firefox and Chrome but I got the same result. 
    > 
    > First I put "username" & "password" on options field and 
    press "Save 
    > SMS gateway". 
    > 
    > 
    > 
    > 
    > 
    > 
    > 
    > Then Password and Username are copied on username and 
    password fields 
    > for Basic Authentication. 
    > 
    > 
    > 
    > 
    > 
    > 
    > 
    > 
    > 
    > Thank you. 
    > 
    > 
    > Salvo. 
    > 
    > 
    > 
    > 
    > Il giorno giovedì 11 agosto 2016 08:31:33 UTC+2, Cornelius 
    Kölbel ha 
    > scritto: 
    >         Hi Salvo, 
    >         
    >         The UI holds a javascript parameter object. The 
    credentials of 
    >         the basic 
    >         authentication are the keys "PASSWORD" and 
    "USERNAME". 
    >         All individual key-value-pairs you are adding at 
    "options" 
    >         will be added 
    >         with their keys to this parameter object. So if you 
    add a 
    >         key-value-pair 
    >         "username": "salvo", 
    >         then the object will contain 
    >          obj.USERNAME 
    >          obj.username 
    >         
    >         My suspecion is, that your browser/OS combination 
    does not 
    >         distinguish 
    >         upper and lower case and only knows obj.username. 
    >         Which browser and OS are you using. 
    >         
    >         Admitted, the key "PASSWORD" and "USERNAME" might 
    have been 
    >         choosen 
    >         badly in the first place. 
    >         
    >         Kind regards 
    >         Cornelius 
    >         
    >         
    >         
    >         
    >         
    >         Which browser and which operating system are you 
    using. 
    >         
    >         Am Mittwoch, den 10.08.2016, 01:08 -0700 schrieb 
    Salvo 
    >         Rapisarda: 
    >         > Hi Cornelius, 
    >         > 
    >         > 
    >         > my version of privacyidea is 2.13. 
    >         > I tried following your instructions but did not 
    work (never 
    >         uppercase 
    >         > or lowercase). 
    >         > 
    >         > 
    >         > If can be helpful for troubleshooting, I set the 
    options 
    >         after 
    >         > creation of new sms gateway. 
    >         > 
    >         > 
    >         > If you want I can send to you a screenshot of what 
    I do. 
    >         > 
    >         > 
    >         > Thank you. 
    >         > 
    >         > 
    >         > Salvo. 
    >         > 
    >         > Il giorno lunedì 8 agosto 2016 12:45:52 UTC+2, 
    Cornelius 
    >         Kölbel ha 
    >         > scritto: 
    >         >         Hi Salvo, 
    >         >         
    >         >         I can not reproduce this with lowercase 
    "password". 
    >         >         You should not use uppercase PASSWORD as 
    parameter, 
    >         since this 
    >         >         is the 
    >         >         key for the basic authentication. 
    >         >         
    >         >         I am using chrome. 
    >         >         
    >         >         Kind regards 
    >         >         Cornelius 
    >         >         
    >         >         Am Freitag, den 05.08.2016, 04:06 -0700  schrieb 
    >         Salvo 
    >         >         Rapisarda: 
    >         >         > Hi, 
    >         >         > 
    >         >         > 
    >         >         > today I do an update of my privacyIDEA 
    >         installation and I 
    >         >         see a new 
    >         >         > section for configuration of SMS 
    gateway. 
    >         >         > I've tried to setup a new SMS gateway 
    starting 
    >         from old 
    >         >         config. This 
    >         >         > is my config: 
    >         >         > 
    >         >         > 
    >         >         > { "URL" : "http://mysmshost:9501/api", 
    >         >         >   "PARAMETER" : { 
    >         >         > 
    "action":"sendmessage", 
    >         >         >  "username":"myusername", 
    >         >         > 
    "password":"mypassword", 
    >         >         > 
    "messagetype":"SMS:TEXT" 
    >         >         >                 }, 
    >         >         >   "SMS_TEXT_KEY":"messagedata", 
    >         >         >   "SMS_PHONENUMBER_KEY":"recipient", 
    >         >         >   "HTTP_Method":"GET", 
    >         >         >   "RETURN_SUCCESS" : "Message accepted 
    for 
    >         delivery" 
    >         >         > } 
    >         >         > 
    >         >         > 
    >         >         > My SMS gateway need authentication 
    parameters 
    >         passed URI 
    >         >         query string. 
    >         >         > If I try to add username and password 
    field on 
    >         Options 
    >         >         section the 
    >         >         > values are copies on username & password 
    of basic 
    >         >         authentication 
    >         >         > fields 
    >         >         > 
    >         >         > 
    >         >         > How can I pass these parameters in query 
    string 
    >         mode ? 
    >         >         > 
    >         >         > 
    >         >         > Thank you. 
    >         >         > 
    >         >         > 
    >         >         > Salvo. 
    >         >         > -- 
    >         >         > Please read the blog post about getting 
    help 
    >         >         > 
    https://www.privacyidea.org/getting-help/. 
    >         >         >   
    >         >         > For professional services and 
    consultancy 
    >         regarding two 
    >         >         factor 
    >         >         > authentication please visit 
    >         >         > 
    > 
    https://netknights.it/en/leistungen/one-time-services/ 
    >         >         >   
    >         >         > In an enterprise environment you should 
    get a 
    >         SERVICE LEVEL 
    >         >         AGREEMENT 
    >         >         > which suites your needs for SECURITY, 
    AVAILABILITY 
    >         and 
    >         >         LIABILITY: 
    >         >         > 
    >         > 
    > 
    https://netknights.it/en/leistungen/service-level-agreements/ 
    >         >         > --- 
    >         >         > You received this message because you 
    are 
    >         subscribed to the 
    >         >         Google 
    >         >         > Groups "privacyidea" group. 
    >         >         > To unsubscribe from this group and stop 
    receiving 
    >         emails 
    >         >         from it, send 
    >         >         > an email to 
    privacyidea...@googlegroups.com. 
    >         >         > To post to this group, send email to 
    >         >         priva...@googlegroups.com. 
    >         >         > Visit this group at 
    >         > 
    https://groups.google.com/group/privacyidea. 
    >         >         > To view this discussion on the web 
    visit 
    >         >         > 
    >         > 
    > 

https://groups.google.com/d/msgid/privacyidea/8ecef326-705f-482b-9169-6d1d5c5e32f2%40googlegroups.com.

    >         >         > For more options, visit 
    >         https://groups.google.com/d/optout. 
    >         >         
    >         >         -- 
    >         >         Cornelius Kölbel 
    >         >         corneliu...@netknights.it 
    >         >         +49 151 2960 1417 
    >         >         
    >         >         NetKnights GmbH 
    >         >         http://www.netknights.it 
    >         >         Landgraf-Karl-Str. 19, 34131 Kassel, 
    Germany 
    >         >         Tel: +49 561 3166797, Fax: +49 561 
    3166798 
    >         >         
    >         >         Amtsgericht Kassel, HRB 16405 
    >         >         Geschäftsführer: Cornelius Kölbel 
    >         >         
    >         >         
    >         > -- 
    >         > Please read the blog post about getting help 
    >         > https://www.privacyidea.org/getting-help/. 
    >         >   
    >         > For professional services and consultancy 
    regarding two 
    >         factor 
    >         > authentication please visit 
    >         > 
    https://netknights.it/en/leistungen/one-time-services/ 
    >         >   
    >         > In an enterprise environment you should get a 
    SERVICE LEVEL 
    >         AGREEMENT 
    >         > which suites your needs for SECURITY, AVAILABILITY 
    and 
    >         LIABILITY: 
    >         > 
    > 
    https://netknights.it/en/leistungen/service-level-agreements/ 
    >         > --- 
    >         > You received this message because you are 
    subscribed to the 
    >         Google 
    >         > Groups "privacyidea" group. 
    >         > To unsubscribe from this group and stop receiving 
    emails 
    >         from it, send 
    >         > an email to privacyidea...@googlegroups.com. 
    >         > To post to this group, send email to 
    >         priva...@googlegroups.com. 
    >         > Visit this group at 
    >         https://groups.google.com/group/privacyidea. 
    >         > To view this discussion on the web visit 
    >         > 
    > 

https://groups.google.com/d/msgid/privacyidea/818f1f74-c33b-4dcb-90d1-a8fcd5b316fa%40googlegroups.com.

    >         > For more options, visit 
    https://groups.google.com/d/optout. 
    >         
    >         -- 
    >         Cornelius Kölbel 
    >         corneliu...@netknights.it 
    >         +49 151 2960 1417 
    >         
    >         NetKnights GmbH 
    >         http://www.netknights.it 
    >         Landgraf-Karl-Str. 19, 34131 Kassel, Germany 
    >         Tel: +49 561 3166797, Fax: +49 561 3166798 
    >         
    >         Amtsgericht Kassel, HRB 16405 
    >         Geschäftsführer: Cornelius Kölbel 
    >         
    >         
    > -- 
    > Please read the blog post about getting help 
    > https://www.privacyidea.org/getting-help/. 
    >   
    > For professional services and consultancy regarding two 
    factor 
    > authentication please visit 
    > https://netknights.it/en/leistungen/one-time-services/ 
    >   
    > In an enterprise environment you should get a SERVICE LEVEL 
    AGREEMENT 
    > which suites your needs for SECURITY, AVAILABILITY and 
    LIABILITY: 
    > 
    https://netknights.it/en/leistungen/service-level-agreements/ 
    > --- 
    > You received this message because you are subscribed to the 
    Google 
    > Groups "privacyidea" group. 
    > To unsubscribe from this group and stop receiving emails 
    from it, send 
    > an email to privacyidea...@googlegroups.com. 
    > To post to this group, send email to 
    priva...@googlegroups.com. 
    > Visit this group at 
    https://groups.google.com/group/privacyidea. 
    > To view this discussion on the web visit 
    > 

https://groups.google.com/d/msgid/privacyidea/8076f41b-5b0a-41f4-a9b9-272e3655c281%40googlegroups.com.

    > For more options, visit https://groups.google.com/d/optout. 
    
    -- 
    Cornelius Kölbel 
    corneliu...@netknights.it 
    +49 151 2960 1417 
    
    NetKnights GmbH 
    http://www.netknights.it 
    Landgraf-Karl-Str. 19, 34131 Kassel, Germany 
    Tel: +49 561 3166797, Fax: +49 561 3166798 
    
    Amtsgericht Kassel, HRB 16405 
    Geschäftsführer: Cornelius Kölbel 


Please read the blog post about getting help
Getting help – privacyID3A.

For professional services and consultancy regarding two factor
authentication please visit
One Time Services - NetKnights - IT-Sicherheit - Zwei-Faktor-Authentisierung - Verschlüsselung

In an enterprise environment you should get a SERVICE LEVEL AGREEMENT
which suites your needs for SECURITY, AVAILABILITY and LIABILITY:
privacyIDEA Support Level

You received this message because you are subscribed to the Google
Groups “privacyidea” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to privacyidea...@googlegroups.com <javascript:>.
To post to this group, send email to priva...@googlegroups.com
<javascript:>.
Visit this group at https://groups.google.com/group/privacyidea.
To view this discussion on the web visit

https://groups.google.com/d/msgid/privacyidea/564c3723-dfb1-4726-b7cc-386a69e07f60%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.


Cornelius Kölbel
corneliu…@netknights.it <javascript:>
+49 151 2960 1417

NetKnights GmbH
http://www.netknights.it
Landgraf-Karl-Str. 19, 34131 Kassel, Germany
Tel: +49 561 3166797, Fax: +49 561 3166798

Amtsgericht Kassel, HRB 16405
Geschäftsführer: Cornelius Kölbel

So the next question would be, what gets sent to the privacyIDEA server
and what gets saved in the database.
Somewhere the case sensitivity gets lost.

In the end I think the best solution would be to change PASSWORD and
USERNAME tags of the basic authentication in the first place.
But I am a bit hesitant about this, because there already might be
configurations using those tags.

Kind regards
CorneliusAm Freitag, den 12.08.2016, 01:01 -0700 schrieb Salvo Rapisarda:

I try to debug the javascript code with Chrome.
USERNAME and username appear to be different in the model.
This is the result:

Il giorno venerdì 12 agosto 2016 09:36:17 UTC+2, Salvo Rapisarda ha
scritto:
Oh, sorry! My client OS is Windows 10.


Please read the blog post about getting help
Getting help – privacyID3A.

For professional services and consultancy regarding two factor
authentication please visit
One Time Services - NetKnights - IT-Sicherheit - Zwei-Faktor-Authentisierung - Verschlüsselung

In an enterprise environment you should get a SERVICE LEVEL AGREEMENT
which suites your needs for SECURITY, AVAILABILITY and LIABILITY:
privacyIDEA Support Level

You received this message because you are subscribed to the Google
Groups “privacyidea” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to privacyidea+unsubscribe@googlegroups.com.
To post to this group, send email to privacyidea@googlegroups.com.
Visit this group at https://groups.google.com/group/privacyidea.
To view this discussion on the web visit
https://groups.google.com/d/msgid/privacyidea/44646da1-22a6-4f47-8fe9-d1b23d19dee3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Cornelius Kölbel
@cornelinux
+49 151 2960 1417

NetKnights GmbH
http://www.netknights.it
Landgraf-Karl-Str. 19, 34131 Kassel, Germany
Tel: +49 561 3166797, Fax: +49 561 3166798

Amtsgericht Kassel, HRB 16405
Geschäftsführer: Cornelius Kölbel

signature.asc (836 Bytes)