Open weierophinney opened 4 years ago
When creating a new auth adapter with a name seperated by a "." then the generated config array gets one additional level.
Expected
'adapters' => [ 'test.test2' => [
Actual
'adapters' => [ 'test' => [ 'test2' => [
Originally posted by @ThaDafinser at https://github.com/zfcampus/zf-oauth2/issues/121
@ThaDafinser Created/Generated from where? zf-apigility-admin in its UI?
Originally posted by @jguittard at https://github.com/zfcampus/zf-oauth2/issues/121#issuecomment-228500109
When creating a new auth adapter with a name seperated by a "." then the generated config array gets one additional level.
Expected
Actual
Originally posted by @ThaDafinser at https://github.com/zfcampus/zf-oauth2/issues/121