Mudanças entre as edições de "IdP - Identity Provider"

De BrapciWiki
Ir para navegação Ir para pesquisar
Linha 3: Linha 3:
 
== IdP em PHP ==
 
== IdP em PHP ==
 
[[https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-simplesamlphp-for-saml-authentication-on-ubuntu-18-04-pt Como instalar e configurar o SimpleSAMLphp]]
 
[[https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-simplesamlphp-for-saml-authentication-on-ubuntu-18-04-pt Como instalar e configurar o SimpleSAMLphp]]
 +
 +
== Baixando o SimpeSamlPHP ==
 +
wget https://github.com/simplesamlphp/simplesamlphp/releases/download/v1.19.5/simplesamlphp-1.19.5.tar.gz
 +
Descompactando
 +
tar zxf simplesamlphp-1.19.5.tar.gz
 +
Copiand para /var/
 +
cp -a simplesamlphp-1.19.5/. /var/simplesamlphp/
 +
 +
== Instalando pacotes adicionais ==
 +
apt install php-xml php-mbstring php-curl php-memcache php-ldap memcached

Edição das 00h28min de 12 de maio de 2022

Um provedor de identidade é uma entidade de sistema que cria, mantém e gerencia informações de identidade para principais e também fornece serviços de autenticação para aplicativos confiáveis ​​em uma federação ou rede distribuída. Os provedores de identidade oferecem autenticação de usuário como um serviço.

IdP em PHP

[Como instalar e configurar o SimpleSAMLphp]

Baixando o SimpeSamlPHP

wget https://github.com/simplesamlphp/simplesamlphp/releases/download/v1.19.5/simplesamlphp-1.19.5.tar.gz

Descompactando

tar zxf simplesamlphp-1.19.5.tar.gz

Copiand para /var/

cp -a simplesamlphp-1.19.5/. /var/simplesamlphp/

Instalando pacotes adicionais

apt install php-xml php-mbstring php-curl php-memcache php-ldap memcached