I have configured wso2am-2.6.0 using SAML with wso2is-5.7.0 following the example https://wso2.com/library/articles/2017/03/use-cases-of-utilizing-saml-with-wso2-api-manager/
Both app is installed on same server with Port Offset=3. In the IS is added the second store from Active Directory.
I have defined an API with some scopes. Any "scope" I would use, after going through the Authentication process the APIM returns the access_token with scope = default.
Example below:
{ "access_token": "8f1cbaf3-6858-327e-9410-5210a1413e92", "refresh_token": "27cf0b3a-a3af-3826-94f3-9a0fd8518d33", "scope": "default", "token_type": "Bearer", "expires_in": 1024 }
What can be wrong?
Store
->Applications
have selectedMyApplication
(which has subscriptions to APIs) and select some scopes, the Regenerate button generate only access token with (default am_application_scope
) scopes. – Alexandru Para