Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/class wrapper; fixes #2, #12, #13, #22 #26

Merged
merged 71 commits into from
Aug 11, 2018

Commits on Jul 20, 2018

  1. added base class wrapper files

    Lorenzo Cattaneo committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    7787f08 View commit details
    Browse the repository at this point in the history
  2. added default config and strategy pattern

    Lorenzo Cattaneo committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    b2a44e5 View commit details
    Browse the repository at this point in the history
  3. implemented login

    Lorenzo Cattaneo committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    769a0f0 View commit details
    Browse the repository at this point in the history
  4. implemented logout

    Lorenzo Cattaneo committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    a5fe8ce View commit details
    Browse the repository at this point in the history
  5. added settings validation

    Lorenzo Cattaneo committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    4095b43 View commit details
    Browse the repository at this point in the history
  6. code cleanup and added settings management class

    Lorenzo Cattaneo committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    61cdee1 View commit details
    Browse the repository at this point in the history
  7. added automatic idp metadata configuration

    Lorenzo Cattaneo committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    3d40520 View commit details
    Browse the repository at this point in the history
  8. changed idp metadata storage to xml

    Lorenzo Cattaneo committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    7a20325 View commit details
    Browse the repository at this point in the history
  9. added interface methods to generic PhpSaml class

    Lorenzo Cattaneo committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    439104f View commit details
    Browse the repository at this point in the history
  10. WIP readme

    Lorenzo Cattaneo committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    5f92ac7 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. modifica getmetadata idp

    Lorenzo Cattaneo committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    5362c0e View commit details
    Browse the repository at this point in the history
  2. added sp cert settings

    Lorenzo Cattaneo committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    30262b8 View commit details
    Browse the repository at this point in the history
  3. added namespaces

    Lorenzo Cattaneo committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    d00cbc5 View commit details
    Browse the repository at this point in the history
  4. WIP: basic example

    Lorenzo Cattaneo committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    0b9e85e View commit details
    Browse the repository at this point in the history
  5. moving all settings to array format

    Lorenzo Cattaneo committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    bec70c0 View commit details
    Browse the repository at this point in the history
  6. Fix namespace and test settings generation

    Lorenzo Cattaneo committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    88c69c1 View commit details
    Browse the repository at this point in the history
  7. improved settings generation

    Lorenzo Cattaneo committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    cf34f1a View commit details
    Browse the repository at this point in the history
  8. fix variable references

    Lorenzo Cattaneo committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    af5b721 View commit details
    Browse the repository at this point in the history
  9. fixed xml parsing

    Lorenzo Cattaneo committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    7edd483 View commit details
    Browse the repository at this point in the history
  10. WIP: sp metadata generation

    Lorenzo Cattaneo committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    991d6e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. fixed SP metadata generation

    Lorenzo Cattaneo committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    adecf84 View commit details
    Browse the repository at this point in the history
  2. fixed methods return data

    Lorenzo Cattaneo committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    1a806c6 View commit details
    Browse the repository at this point in the history
  3. removed useless dependencies and fix case sensitive names

    Lorenzo Cattaneo committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    98f3a20 View commit details
    Browse the repository at this point in the history
  4. removed session in login

    Lorenzo Cattaneo committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    c005a20 View commit details
    Browse the repository at this point in the history
  5. saving userdata in class instance

    Lorenzo Cattaneo committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    43f8f67 View commit details
    Browse the repository at this point in the history
  6. fix login idp

    Lorenzo Cattaneo committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    85a1502 View commit details
    Browse the repository at this point in the history
  7. added getAttributes method

    Lorenzo Cattaneo committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    0b0545d View commit details
    Browse the repository at this point in the history
  8. WIP: login example

    Lorenzo Cattaneo committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    b0f1249 View commit details
    Browse the repository at this point in the history
  9. cleanup + added login response handler

    Lorenzo Cattaneo committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    5633b9e View commit details
    Browse the repository at this point in the history
  10. added requestid for login validation

    Lorenzo Cattaneo committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    770f580 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. exclude and remove .vscode

    Paolo Greppi committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    26de813 View commit details
    Browse the repository at this point in the history
  2. clean up Makefile

    Paolo Greppi committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    73ae19b View commit details
    Browse the repository at this point in the history
  3. exclude and remove .DS_store files

    Paolo Greppi committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    30ce2b9 View commit details
    Browse the repository at this point in the history
  4. unify src/config to src/Config

    Paolo Greppi committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    3a5be35 View commit details
    Browse the repository at this point in the history
  5. use paths for php-saml v 3.x

    Paolo Greppi committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    f66963a View commit details
    Browse the repository at this point in the history
  6. add links to index, and assertion consuming service page

    Paolo Greppi committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    cdf607a View commit details
    Browse the repository at this point in the history
  7. implement logout

    Paolo Greppi committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    7d86a9d View commit details
    Browse the repository at this point in the history
  8. configure acs and slo

    Paolo Greppi committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    a4849c3 View commit details
    Browse the repository at this point in the history
  9. fix login status

    Lorenzo Cattaneo committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    8af2459 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'master' of https://github.com/simevo/spid-php2 into fea…

    …ture/class-wrapper
    Lorenzo Cattaneo committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    0d37f5c View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'origin/feature/class-wrapper' into feat…

    …ure/class-wrapper
    Lorenzo Cattaneo committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    3340091 View commit details
    Browse the repository at this point in the history
  12. testing session test saving request id to session

    Lorenzo Cattaneo committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    138be5b View commit details
    Browse the repository at this point in the history
  13. WIP saving request id to session

    Lorenzo Cattaneo committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    1426c79 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. fix esempio login funzionante

    Lorenzo Cattaneo committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    3ded4aa View commit details
    Browse the repository at this point in the history
  2. moved logout function to check auth

    Lorenzo Cattaneo committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    e8ef335 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. better example and check authentication status

    Lorenzo Cattaneo committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    ee7a556 View commit details
    Browse the repository at this point in the history
  2. bugfix method name

    Lorenzo Cattaneo committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    9aa48ba View commit details
    Browse the repository at this point in the history
  3. bugfix

    Lorenzo Cattaneo committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    095c9e9 View commit details
    Browse the repository at this point in the history
  4. test requesting attributes

    Lorenzo Cattaneo committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    2aded59 View commit details
    Browse the repository at this point in the history
  5. testing settings - request attributes

    Lorenzo Cattaneo committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    fb6aaca View commit details
    Browse the repository at this point in the history
  6. fixed namespace

    Lorenzo Cattaneo committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    155e2be View commit details
    Browse the repository at this point in the history
  7. move the attrCS key under sp

    Paolo Greppi committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    6750bc7 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. cleanup patched files

    Paolo Greppi committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    f8120da View commit details
    Browse the repository at this point in the history
  2. composer update

    Paolo Greppi committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    9ef1595 View commit details
    Browse the repository at this point in the history
  3. refresh patches; patc php-saml to send optional attribute AttributeCo…

    …nsumingServiceIndex (required for #21) and AssertionConsumerServiceIndex instead of AssertionConsumerServiceURL + ProtocolBinding
    Paolo Greppi committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    a836d92 View commit details
    Browse the repository at this point in the history
  4. aggiunta cartella idp e lista idp supportati

    Lorenzo Cattaneo committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    2c7a36e View commit details
    Browse the repository at this point in the history
  5. fix exception

    Lorenzo Cattaneo committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    576bc41 View commit details
    Browse the repository at this point in the history
  6. better init strategy

    Lorenzo Cattaneo committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    1b423bf View commit details
    Browse the repository at this point in the history
  7. made project folder independant

    Lorenzo Cattaneo committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    8bb62a0 View commit details
    Browse the repository at this point in the history
  8. fix root folder path

    Lorenzo Cattaneo committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    b8f7d7c View commit details
    Browse the repository at this point in the history
  9. WIP : better handling of supported IDP list

    Lorenzo Cattaneo committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    de10e76 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

  1. metadata endpoint OK

    Paolo Greppi committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    cfd7963 View commit details
    Browse the repository at this point in the history
  2. PSR2

    Paolo Greppi committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    5944028 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. cleanup and complete round-trip

    Paolo Greppi committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    2466c99 View commit details
    Browse the repository at this point in the history
  2. make patches generic

    Paolo Greppi committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    d3ce513 View commit details
    Browse the repository at this point in the history
  3. unpack atttributes if they are sent nack as arrays

    Paolo Greppi committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    e1152a9 View commit details
    Browse the repository at this point in the history
  4. document settings and get rid of spBaseUrl

    Paolo Greppi committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    ae88827 View commit details
    Browse the repository at this point in the history
  5. polish example

    Paolo Greppi committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    2c3448f View commit details
    Browse the repository at this point in the history
  6. we have no scripts yet

    Paolo Greppi committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    ea7ef30 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7292687 View commit details
    Browse the repository at this point in the history
  8. move to Italia\Spid2 namespace; move idp_metadata inside example; bru…

    …sh up README
    Paolo Greppi committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    10df3f7 View commit details
    Browse the repository at this point in the history