PI vor einem anderen System

Hi Cornelius,
kann ich PI auch nutzen um ein anderes Loginsystem zu schützen? Also so,
dass der Ablauf wie folgt ist:

  1. Nutzer ruft www.loginsystem-xy.de auf
  2. httpbasic-auth mit Nutzername + OTP
  3. Wenn OK -> zweites Loginsystem
    Wenn nicht OK -> Fehler

Wie kann ich PI konfigurieren, dass ich per Basic-auth den OTP eingeben
muss?

Hi Stefan,

you can use this module to do basic authentication with an apache2
server.

Only if the authentication is successful you will be able to access the
application behind this URL.
This application can come with its own authentication system.

Kind regards
CorneliusAm Donnerstag, den 16.07.2015, 03:29 -0700 schrieb Stefan Steuer:

Hi Cornelius,
kann ich PI auch nutzen um ein anderes Loginsystem zu schützen? Also
so, dass der Ablauf wie folgt ist:

  1. Nutzer ruft www.loginsystem-xy.de auf
  2. httpbasic-auth mit Nutzername + OTP
  3. Wenn OK → zweites Loginsystem
    Wenn nicht OK → Fehler

Wie kann ich PI konfigurieren, dass ich per Basic-auth den OTP
eingeben muss?


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.
To view this discussion on the web visit
https://groups.google.com/d/msgid/privacyidea/dd2dede6-7de8-4f43-96d0-b20abf606a60%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 (819 Bytes)

See here:
14. Application Plugins — privacyIDEA 3.8 documentation Freitag, den 17.07.2015, 02:01 -0700 schrieb Stefan Steuer:

Hi Cornelius,
where should I place this file? privacyidea_apache.py

apache.conf will be stored in the /etc/apache2/conf.d/ directory
right?

Am Donnerstag, 16. Juli 2015 12:51:41 UTC+2 schrieb Cornelius Kölbel:
Hi Stefan,

    you can use this module to do basic authentication with an
    apache2 
    server. 
    https://github.com/privacyidea/privacyidea/tree/master/authmodules/apache2 
    
    Only if the authentication is successful you will be able to
    access the 
    application behind this URL. 
    This application can come with its own authentication system. 
    
    Kind regards 
    Cornelius 
    
    Am Donnerstag, den 16.07.2015, 03:29 -0700 schrieb Stefan
    Steuer: 
    > Hi Cornelius, 
    > kann ich PI auch nutzen um ein anderes Loginsystem zu
    schützen? Also 
    > so, dass der Ablauf wie folgt ist: 
    > 
    > 
    > 1. Nutzer ruft www.loginsystem-xy.de auf 
    > 2. httpbasic-auth mit Nutzername + OTP 
    > 3. Wenn OK -> zweites Loginsystem 
    > Wenn nicht OK -> Fehler 
    > 
    > 
    > Wie kann ich PI konfigurieren, dass ich per Basic-auth den
    OTP 
    > eingeben muss? 
    > 
    > 
    > -- 
    > 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. 
    > To view this discussion on the web visit 
    >
    https://groups.google.com/d/msgid/privacyidea/dd2dede6-7de8-4f43-96d0-b20abf606a60%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 


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.
To view this discussion on the web visit
https://groups.google.com/d/msgid/privacyidea/8095f88b-13d7-4e3a-89b6-1bd9670a8a09%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 (819 Bytes)

Hi Cornelius,
where should I place this file? privacyidea_apache.py

apache.conf will be stored in the /etc/apache2/conf.d/ directory right?Am Donnerstag, 16. Juli 2015 12:51:41 UTC+2 schrieb Cornelius Kölbel:

Hi Stefan,

you can use this module to do basic authentication with an apache2
server.
https://github.com/privacyidea/privacyidea/tree/master/authmodules/apache2

Only if the authentication is successful you will be able to access the
application behind this URL.
This application can come with its own authentication system.

Kind regards
Cornelius

Am Donnerstag, den 16.07.2015, 03:29 -0700 schrieb Stefan Steuer:

Hi Cornelius,
kann ich PI auch nutzen um ein anderes Loginsystem zu schützen? Also
so, dass der Ablauf wie folgt ist:

  1. Nutzer ruft www.loginsystem-xy.de auf
  2. httpbasic-auth mit Nutzername + OTP
  3. Wenn OK → zweites Loginsystem
    Wenn nicht OK → Fehler

Wie kann ich PI konfigurieren, dass ich per Basic-auth den OTP
eingeben muss?


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:>.
To view this discussion on the web visit

https://groups.google.com/d/msgid/privacyidea/dd2dede6-7de8-4f43-96d0-b20abf606a60%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