We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff662a4 commit 05e1d15Copy full SHA for 05e1d15
packages/authentication-oauth/src/utils.ts
@@ -42,11 +42,11 @@ export const getGrantConfig = (service: AuthenticationService): GrantConfig => {
42
const grant: GrantConfig = {
43
...oauthConfig,
44
defaults: {
45
- ...oauthConfig.defaults,
46
prefix: '/oauth',
47
origin: `${protocol}://${host}`,
48
transport: 'state',
49
- response: ['tokens', 'raw', 'profile']
+ response: ['tokens', 'raw', 'profile'],
+ ...oauthConfig.defaults
50
}
51
52
0 commit comments