Skip to content

Commit

Permalink
Merge pull request #195 from rglauco/versione-corrente
Browse files Browse the repository at this point in the history
fix: corrected base uri in common.rst and phone numbers examples in IT, EN
  • Loading branch information
Giuseppe De Marco authored Oct 31, 2023
2 parents 3b3e55f + 8d69a5a commit 04016c8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions docs/common/common_examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,22 +165,22 @@ EN 1.2. Entity Configuration Response Openid Provider
"https://www.spid.gov.it/SpidL3"
],
"claims_supported": [
"https://attributes.spid.gov.it/spid_code",
"https://attributes.eid.gov.it/spid_code",
"given_name",
"family_name",
"place_of_birth",
"birthdate",
"gender",
"https://attributes.spid.gov.it/company_name",
"https://attributes.spid.gov.it/registered_office",
"https://attributes.spid.gov.it/fiscal_number",
"https://attributes.spid.gov.it/vat_number",
"https://attributes.spid.gov.it/document_details",
"https://attributes.eid.gov.it/company_name",
"https://attributes.eid.gov.it/registered_office",
"https://attributes.eid.gov.it/fiscal_number",
"https://attributes.eid.gov.it/vat_number",
"https://attributes.eid.gov.it/document_details",
"phone_number",
"email",
"address",
"https://attributes.spid.gov.it/eid_exp_date",
"https://attributes.spid.gov.it/e_delivery_service"
"https://attributes.eid.gov.it/eid_exp_date",
"https://attributes.eid.gov.it/e_delivery_service"
],
"grant_types_supported": [
"authorization_code",
Expand Down
4 changes: 2 additions & 2 deletions docs/en/attributi_utente.rst
Original file line number Diff line number Diff line change
Expand Up @@ -201,15 +201,15 @@ The following table shows the list of user attributes supported by SPID and/or C
* - **phone_number** |br| Category: extra registry
- Mobile phone name. String. Numeric string without internal spaces |br|
Example: |br|
``"phone_number": "VATIT-12345678901"``
``"phone_number": "12345678901"``
- |spid-icon| |cieid-icon|
* - **phone_number_verified** |br| Category: extra registry
- Boolean value indicating whether the user's mobile phone number has been verified by the OP.
- |cieid-icon|
* - **$PREFIX/landline_number** |br| Category: extra registry
- Landline number. String. Numeric string without internal spaces |br|
Example: |br|
``"$PREFIX/landline_number":"VATIT-12345678901"``
``"$PREFIX/landline_number":"12345678901"``
- |cieid-icon|
* - **email** |br| Category: extra registry
- E-mail address. String. Standard e-mail address |br|
Expand Down
4 changes: 2 additions & 2 deletions docs/it/attributi_utente.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,15 +203,15 @@ La seguente tabella riporta l'elenco degli attributi utente supportati da SPID e
* - **phone_number** |br| Categoria: extra anagrafica
- Numero di telefono mobile. String. Stringa numerica senza spazi intermedi |br|
Esempio: |br|
``"phone_number":"VATIT-12345678901"``
``"phone_number":"12345678901"``
- |spid-icon| |cieid-icon|
* - **phone_number_verified** |br| Categoria: extra anagrafica
- Valore Booleano che indica se il numero di telefono mobile dell'utente è stato verificato dall'OP.
- |cieid-icon|
* - **$PREFIX/landline_number** |br| Categoria: extra anagrafica
- Numero di telefono fisso. String. Stringa numerica senza spazi intermedi |br|
Esempio: |br|
``"$PREFIX/landline_number":"VATIT-12345678901"``
``"$PREFIX/landline_number":"12345678901"``
- |cieid-icon|
* - **email** |br| Categoria: extra anagrafica
- Indirizzo di posta elettronica. String. Formato standard indirizzo di posta elettronica |br|
Expand Down

0 comments on commit 04016c8

Please sign in to comment.