My solution is using Microservice so it have seperated Modules and it communicated by gateway. How can i included all permission of all modules to Permisssion management. Because my gateway Route to /api/permission-management of only 1 module
{
"downstreampathtemplate": "/api/permission-management/{everything}",
"downstreamscheme": "https",
"downstreamhostandports": [
{
"host": "localhost",
"port": 44325
}
],
"upstreampathtemplate": "/api/permission-management/{everything}",
"upstreamhttpmethod": [ "put", "delete", "get", "post" ]
},
Hi All I have seperate module with differrent link and i want to use single sign on to login. I used angular-oauth2-oidc and call function loadDiscoveryDocumentAndLogin to skip the Login Form but it return to error page like This Please help me how to solve it
It's work fine thanks armanozak
Hi armanozak Can you please make an example for load my custom module with IdentityModule?
Hi!
I've created identity-extended module with guide :https://docs.abp.io/en/commercial/latest/ui/angular/entity-action-extensions in version: 2.x.x. it's ok but after I upgraded to version 3.1.0 it has error
The picture below when I tried to do the guide above, after the v3.x.x I don't see the argument in forRoot(option?: IdentityConfigOptions)
like v2.x.x
This is another error when I remove the argument and use only IdentityConfigModule.forRoot({}),
with app-routing
Thanks Mehmet